fix lint failures with 1.31 (#5489)

This commit is contained in:
Marko
2020-10-13 10:22:53 +02:00
committed by GitHub
parent 7121f68f25
commit 346aa14db5
58 changed files with 98 additions and 144 deletions
+1 -1
View File
@@ -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 {