Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion proto/cosmos/staking/v1beta1/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
option (gogoproto.goproto_getters) = false;

// address is the address of the validator.
string address = 1 [(cosmos_proto.scalar) = "cosmos.AddressString"];
string address = 1 [(cosmos_proto.scalar_type) = "cosmos.AddressString"];

Check failure on line 51 in proto/cosmos/staking/v1beta1/genesis.proto

View workflow job for this annotation

GitHub Actions / break-check

field cosmos.staking.v1beta1.LastValidatorPower.address: unknown extension cosmos_proto.scalar_type

Check failure on line 51 in proto/cosmos/staking/v1beta1/genesis.proto

View workflow job for this annotation

GitHub Actions / lint

field cosmos.staking.v1beta1.LastValidatorPower.address: unknown extension cosmos_proto.scalar_type

// power defines the power of the validator.
int64 power = 2;
Expand Down
Loading