fix lint
This commit is contained in:
@@ -11,6 +11,7 @@ type ReadOnlySpace = space.ReadOnlySpace
|
||||
type ParamStruct = space.ParamStruct
|
||||
type KeyFieldPairs = space.KeyFieldPairs
|
||||
|
||||
// nolint - reexport
|
||||
func UnmarshalParamsFromMap(m map[string][]byte, cdc *codec.Codec, ps space.ParamStruct) error {
|
||||
return space.UnmarshalParamsFromMap(m, cdc, ps)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user