Fix typo in x/slashing/README.md (#23107)

This commit is contained in:
shubh7791 2024-12-28 22:54:04 +05:30 committed by GitHub
parent 1003caba49
commit 4f3f401b0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}