lnbase: verify commitment tx'es again

This commit is contained in:
Janus
2018-05-14 15:41:55 +02:00
committed by ThomasV
parent 73a17c93ee
commit 2e23ecb3ca
2 changed files with 22 additions and 19 deletions

View File

@@ -100,8 +100,8 @@ if __name__ == "__main__":
peer = Peer(host, port, pubkey, privkey, request_initial_sync=False, network=network)
network.futures.append(asyncio.run_coroutine_threadsafe(peer.main_loop(), network.asyncio_loop))
funding_satoshis = 1000000
push_msat = 610000000
funding_satoshis = 2000000
push_msat = 1000000000
# run blocking test
async def async_test():