docs: Fix typo in x/slashing/README.md (backport #23107) (#23109)

Co-authored-by: shubh7791 <103331736+shubh7791@users.noreply.github.com>
This commit is contained in:
mergify[bot] 2024-12-28 22:36:31 +01:00 committed by GitHub
parent 1a7ce167ed
commit 4d1dd3d37e
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
}