Fix spelling

This commit is contained in:
Christoph Otter
2024-02-21 14:47:56 +01:00
parent 9cc1a5afe4
commit 4f8d5137b2

View File

@@ -179,7 +179,7 @@ func (e QueryPlugins) HandleQuery(ctx sdk.Context, caller sdk.AccAddress, req wa
if err != nil {
return nil, err
}
// Marshalling the response here instead of inside the query
// Marshaling the response here instead of inside the query
// plugin makes sure that the response is always protobuf encoded.
return proto.Marshal(resp)
case req.Wasm != nil: