Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Feb 21, 2024
1 parent 9cc1a5a commit 4f8d513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/wasm/keeper/query_plugins.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func (e QueryPlugins) HandleQuery(ctx sdk.Context, caller sdk.AccAddress, req wa
if err != nil {
return nil, err

Check warning on line 180 in x/wasm/keeper/query_plugins.go

View check run for this annotation

Codecov / codecov/patch

x/wasm/keeper/query_plugins.go#L180

Added line #L180 was not covered by tests
}
// 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:
Expand Down

0 comments on commit 4f8d513

Please sign in to comment.