Skip to content

Commit

Permalink
workaround for bank module safe queries (#6286)
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega authored May 10, 2024
1 parent a4ecd55 commit 2e7e3ea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (

errorsmod "cosmossdk.io/errors"

_ "cosmossdk.io/api/cosmos/bank/v1beta1" // workaround to successfully retrieve bank module safe queries
_ "cosmossdk.io/api/cosmos/staking/v1beta1" // workaround to successfully retrieve staking module safe queries
sdk "github.com/cosmos/cosmos-sdk/types"

Expand Down

0 comments on commit 2e7e3ea

Please sign in to comment.