Skip to content

Commit

Permalink
chore(testutil): use correct address codec (cosmos#18985)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored and relyt29 committed Jan 22, 2024
1 parent 8800ec3 commit 9b6c318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testutil/network/network.go
Original file line number Diff line number Diff line change
@@ -557,7 +557,7 @@ func New(l Logger, baseDir string, cfg Config) (NetworkI, error) {
WithAccountRetriever(cfg.AccountRetriever).
WithAddressCodec(cfg.AddressCodec).
WithValidatorAddressCodec(cfg.ValidatorAddressCodec).
WithConsensusAddressCodec(cfg.ValidatorAddressCodec).
WithConsensusAddressCodec(cfg.ConsensusAddressCodec).
WithNodeURI(cmtCfg.RPC.ListenAddress)

// Provide ChainID here since we can't modify it in the Comet config.

0 comments on commit 9b6c318

Please sign in to comment.