mirror of https://github.com/certusone/wasmd.git
fix: stargate querier does not reset the state
This commit is contained in:
parent
88e01a98ab
commit
fd0323541d
|
@ -600,6 +600,7 @@ func ConvertProtoToJSONMarshal(cdc codec.Codec, protoResponse codec.ProtoMarshal
|
|||
return nil, sdkerrors.Wrap(err, "to json")
|
||||
}
|
||||
|
||||
protoResponse.Reset()
|
||||
return bz, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue