Skip to content

Commit

Permalink
fix: TestSigVerification
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianToledano committed Feb 27, 2024
1 parent bfdc12b commit 03b9b0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x/auth/ante/sigverify_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ func TestSigVerification(t *testing.T) {
txConfigOpts := authtx.ConfigOptions{
TextualCoinMetadataQueryFn: txmodule.NewGRPCCoinMetadataQueryFn(suite.clientCtx),
EnabledSignModes: enabledSignModes,
AddressPrefix: "cosmos",
ValidatorPrefix: "cosmosvaloper",
}
var err error
suite.clientCtx.TxConfig, err = authtx.NewTxConfigWithOptions(
Expand Down

0 comments on commit 03b9b0f

Please sign in to comment.