follow-up prev: don't reuse funding tx change address for static_remotekey
see comment in code
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user