fix: stargate querier does not reset the state

This commit is contained in:
Paul 2023-02-23 18:32:30 +08:00
parent 88e01a98ab
commit fd0323541d
1 changed files with 1 additions and 0 deletions

View File

@ -600,6 +600,7 @@ func ConvertProtoToJSONMarshal(cdc codec.Codec, protoResponse codec.ProtoMarshal
return nil, sdkerrors.Wrap(err, "to json")
}
protoResponse.Reset()
return bz, nil
}