mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
parent
c5da22a9dd
commit
c3fb79d412
1 changed files with 1 additions and 0 deletions
|
@ -828,6 +828,7 @@ class LNWallet(LNWorker):
|
|||
channels_db[chan.channel_id.hex()] = chan.storage
|
||||
for addr in chan.get_wallet_addresses_channel_might_want_reserved():
|
||||
self.wallet.set_reserved_state_of_address(addr, reserved=True)
|
||||
self.save_channel(chan)
|
||||
self.wallet.save_backup()
|
||||
|
||||
def mktx_for_open_channel(self, *, coins: Sequence[PartialTxInput], funding_sat: int,
|
||||
|
|
Loading…
Add table
Reference in a new issue