1
0

follow-up prev: don't reuse funding tx change address for static_remotekey

see comment in code
This commit is contained in:
SomberNight
2020-05-22 17:11:53 +02:00
parent 6040e953a3
commit 530a446172
2 changed files with 28 additions and 3 deletions

View File

@@ -749,7 +749,7 @@ class LNWallet(LNWorker):
# will raise if init fails
await asyncio.wait_for(peer.initialized, LN_P2P_NETWORK_TIMEOUT)
chan, funding_tx = await peer.channel_establishment_flow(
password,
password=password,
funding_tx=funding_tx,
funding_sat=funding_sat,
push_msat=push_sat * 1000,