chore(testutil): use correct address codec (#18985)
This commit is contained in:
parent
23bea3ea77
commit
7ecdbd0814
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user