Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Aug 22, 2023
1 parent b181937 commit 746c596
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x/tokenfactory/bindings/query_plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ func CustomQuerier(qp *QueryPlugin) func(ctx sdk.Context, request json.RawMessag
if err := json.Unmarshal(request, &contractQuery); err != nil {
return nil, errorsmod.Wrap(err, "osmosis query")
}
// if contractQuery.Token == nil {
// return nil, errorsmod.Wrap(sdkerrors.ErrUnknownRequest, "nil token field")
// }
// tokenQuery := contractQuery.Token

switch {
case contractQuery.FullDenom != nil:
Expand Down

0 comments on commit 746c596

Please sign in to comment.