tfollow-up previous commit - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit c1b34dafe2ac01cd14990298014ad3ede9407e95 DIR parent 44412335961d56b771b1ad648f24f8add04d1f12 HTML Author: ThomasV <thomasv@electrum.org> Date: Mon, 8 Oct 2018 18:35:26 +0200 follow-up previous commit Diffstat: M electrum/lnbase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/electrum/lnbase.py b/electrum/lnbase.py t@@ -736,7 +736,7 @@ class Peer(PrintError): m.remote_state = m.remote_state._replace(ctn=0) m.local_state = m.local_state._replace(ctn=0, current_commitment_signature=remote_sig) self.lnworker.save_channel(m) - self.lnwatcher.watch_channel(m.get_funding_address(), m.funding_outpoint.to_str(), partial(self.lnworker.on_channel_utxos, m)) + self.lnwatcher.watch_channel(m.get_funding_address(), m.funding_outpoint.to_str()) self.lnworker.on_channels_updated() while True: try: