Skip to content

Commit

Permalink
Minor doc fix (#9328)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahankhatch authored May 14, 2021
1 parent eb7d939 commit 925e63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/cosmos/slashing/v1beta1/genesis.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ message GenesisState {
repeated SigningInfo signing_infos = 2
[(gogoproto.moretags) = "yaml:\"signing_infos\"", (gogoproto.nullable) = false];

// signing_infos represents a map between validator addresses and their
// missed_blocks represents a map between validator addresses and their
// missed blocks.
repeated ValidatorMissedBlocks missed_blocks = 3
[(gogoproto.moretags) = "yaml:\"missed_blocks\"", (gogoproto.nullable) = false];
Expand Down

0 comments on commit 925e63c

Please sign in to comment.