Skip to content

Commit

Permalink
fix: stargate querier does not reset the state
Browse files Browse the repository at this point in the history
  • Loading branch information
dadamu committed Feb 23, 2023
1 parent 88e01a9 commit fd03235
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/wasm/keeper/query_plugins.go
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ func ConvertProtoToJSONMarshal(cdc codec.Codec, protoResponse codec.ProtoMarshal
return nil, sdkerrors.Wrap(err, "to json")
}

protoResponse.Reset()
return bz, nil
}

Expand Down

0 comments on commit fd03235

Please sign in to comment.