Skip to content

Commit

Permalink
address nit
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Oct 22, 2023
1 parent 7098224 commit 3eae41b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions client/v2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,3 @@ require (
)

replace github.com/cosmos/cosmos-sdk => ./../../

replace cosmossdk.io/x/gov => ./../../x/gov
3 changes: 1 addition & 2 deletions types/mempool/mempool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
protov2 "google.golang.org/protobuf/proto"

"cosmossdk.io/log"
"cosmossdk.io/x/gov"

cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types"
sdk "github.com/cosmos/cosmos-sdk/types"
Expand Down Expand Up @@ -235,7 +234,7 @@ func (s *MempoolTestSuite) TestSampleTxs() {
}

func unmarshalTx(txBytes []byte) (sdk.Tx, error) {
cfg := moduletestutil.MakeTestEncodingConfig(distribution.AppModuleBasic{}, gov.AppModuleBasic{})
cfg := moduletestutil.MakeTestEncodingConfig(distribution.AppModuleBasic{})
return cfg.TxConfig.TxJSONDecoder()(txBytes)
}

Expand Down

0 comments on commit 3eae41b

Please sign in to comment.