Janus
6 years ago
committed by
SomberNight
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
electrum/lnbase.py
|
|
@ -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. |
|
|
|