mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
lnbase: fix NameError
This commit is contained in:
parent
1d8fe52fa3
commit
37a0315aab
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@ class Peer(PrintError):
|
|||
"remote_commitment_to_be_revoked": None,
|
||||
}
|
||||
chan = Channel(chan_dict,
|
||||
sweep_adddress=self.lnworker.sweep_address,
|
||||
sweep_address=self.lnworker.sweep_address,
|
||||
payment_completed=self.lnworker.payment_completed)
|
||||
chan.lnwatcher = self.lnwatcher
|
||||
chan.get_preimage_and_invoice = self.lnworker.get_invoice # FIXME hack.
|
||||
|
|
Loading…
Add table
Reference in a new issue