mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 05:46:32 +00:00
fix lint failures with 1.31 (#5489)
This commit is contained in:
@@ -488,7 +488,7 @@ func LoadBlockStoreState(db dbm.DB) tmstore.BlockStoreState {
|
||||
return bsj
|
||||
}
|
||||
|
||||
//mustEncode proto encodes a proto.message and panics if fails
|
||||
// mustEncode proto encodes a proto.message and panics if fails
|
||||
func mustEncode(pb proto.Message) []byte {
|
||||
bz, err := proto.Marshal(pb)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user