Skip to content

Commit

Permalink
chore(testutil): use correct address codec (#18985)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt authored Jan 9, 2024
1 parent 23bea3e commit 7ecdbd0
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
Expand Up @@ -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.
Expand Down

0 comments on commit 7ecdbd0

Please sign in to comment.