Skip to content

Commit

Permalink
Fix typo in x/slashing/README.md (#23107)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4f3f401)
  • Loading branch information
shubh7791 authored and mergify[bot] committed Dec 28, 2024
1 parent 1a7ce16 commit 670d368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/slashing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ onValidatorBonded(address sdk.ValAddress)
IndexOffset : 0,
JailedUntil : time.Unix(0, 0),
Tombstone : false,
MissedBloskCounter : 0
MissedBlocksCounter : 0
} else {
signingInfo.StartHeight = CurrentHeight
}
Expand Down

0 comments on commit 670d368

Please sign in to comment.