mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 00:41:31 +00:00
tests: don't use default lightning_peers in online test
This commit is contained in:
parent
8d27fda29f
commit
a961346d2a
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ if __name__ == "__main__":
|
||||||
set_testnet()
|
set_testnet()
|
||||||
config = SimpleConfig({'lnbase':True, 'testnet':True})
|
config = SimpleConfig({'lnbase':True, 'testnet':True})
|
||||||
# start network
|
# start network
|
||||||
|
config.set_key('lightning_peers', [])
|
||||||
network = Network(config)
|
network = Network(config)
|
||||||
network.start()
|
network.start()
|
||||||
asyncio.set_event_loop(network.asyncio_loop)
|
asyncio.set_event_loop(network.asyncio_loop)
|
||||||
|
|
Loading…
Add table
Reference in a new issue