Skip to content

Commit

Permalink
fix: attempt to force import of staking types
Browse files Browse the repository at this point in the history
  • Loading branch information
damiannolan committed Sep 11, 2024
1 parent b92c2ad commit 0099c3b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (

"github.com/stretchr/testify/suite"

_ "cosmossdk.io/api/cosmos/staking/v1beta1" // workaround to successfully retrieve staking module safe queries
authkeeper "github.com/cosmos/cosmos-sdk/x/auth/keeper"

genesistypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/genesis/types"
Expand Down

0 comments on commit 0099c3b

Please sign in to comment.