Skip to content

Commit

Permalink
fix: autocli test
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianToledano committed Mar 4, 2024
1 parent 0323d2d commit 48465bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/v2/autocli/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ func initFixture(t *testing.T) *fixture {
banktypes.RegisterInterfaces(interfaceRegistry)

clientCtx := client.Context{}.
WithAddressCodec(addresscodec.NewBech32Codec("cosmos")).
WithValidatorAddressCodec(addresscodec.NewBech32Codec("cosmosvaloper")).
WithAddressCodec(interfaceRegistry.SigningContext().AddressCodec()).
WithValidatorAddressCodec(interfaceRegistry.SigningContext().ValidatorAddressCodec()).
WithConsensusAddressCodec(addresscodec.NewBech32Codec("cosmosvalcons")).
WithKeyring(kr).
WithKeyringDir(home).
Expand Down

0 comments on commit 48465bc

Please sign in to comment.