fix channel integration test

This commit is contained in:
Lex Berezhny 2020-07-27 12:19:12 -04:00
parent a1f3254261
commit 9114a9794d

View file

@ -516,6 +516,9 @@ class CommandTestCase(IntegrationTestCase):
ledger = RegTestLedger(Config.with_same_dir(path).set( ledger = RegTestLedger(Config.with_same_dir(path).set(
api=f'localhost:{self.daemon_port}', api=f'localhost:{self.daemon_port}',
lbrycrd_dir=self.chain.ledger.conf.lbrycrd_dir, lbrycrd_dir=self.chain.ledger.conf.lbrycrd_dir,
lbrycrd_rpc_port=self.chain.ledger.conf.lbrycrd_rpc_port,
lbrycrd_peer_port=self.chain.ledger.conf.lbrycrd_peer_port,
lbrycrd_zmq_blocks=self.chain.ledger.conf.lbrycrd_zmq_blocks,
spv_address_filters=False spv_address_filters=False
)) ))
service = FullNode(ledger) service = FullNode(ledger)