1
0

tests: don't use default lightning_peers in online test

This commit is contained in:
Janus
2018-05-07 13:49:23 +02:00
committed by ThomasV
parent d9d2989a6a
commit 913176b4b1

View File

@@ -84,6 +84,7 @@ if __name__ == "__main__":
set_testnet()
config = SimpleConfig({'lnbase':True, 'testnet':True})
# start network
config.set_key('lightning_peers', [])
network = Network(config)
network.start()
asyncio.set_event_loop(network.asyncio_loop)