forked from LBRYCommunity/lbry-sdk
fix channel integration test
This commit is contained in:
parent
a1f3254261
commit
9114a9794d
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue