Skip to content

Commit

Permalink
fix silly proto bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jtremback committed Jan 6, 2022
1 parent 8f6658b commit 8ae6404
Show file tree
Hide file tree
Showing 2 changed files with 735 additions and 711 deletions.
2 changes: 1 addition & 1 deletion proto/cosmos/staking/v1beta1/staking.proto
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ message UnbondingDelegationEntry {
(gogoproto.moretags) = "yaml:\"initial_balance\""
];
// balance defines the tokens to receive at completion.
string balance = 4 [(cosmos_proto.scalar) = "cosmos.Int", (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int", (gogoproto.nullable) = false];
string balance = 4 [(gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int", (gogoproto.nullable) = false];

// Incrementing id that uniquely identifies this entry
uint64 id = 5;
Expand Down
Loading

0 comments on commit 8ae6404

Please sign in to comment.