URI: 
       ton_open_channel: rm call to non-existing method on_channels_updated - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 065e98ad35ea4b6e30b8b865a51a931705156b89
   DIR parent d3fd87ebd0f4d7b836f6e7f7360f047e330d5698
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Wed,  4 Dec 2019 18:35:04 +0100
       
       on_open_channel: rm call to non-existing method on_channels_updated
       
       Diffstat:
         M electrum/lnpeer.py                  |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/electrum/lnpeer.py b/electrum/lnpeer.py
       t@@ -690,7 +690,6 @@ class Peer(Logger):
                chan.open_with_first_pcp(payload['first_per_commitment_point'], remote_sig)
                self.lnworker.save_channel(chan)
                self.lnworker.lnwatcher.add_channel(chan.funding_outpoint.to_str(), chan.get_funding_address())
       -        self.lnworker.on_channels_updated()
        
            def validate_remote_reserve(self, payload_field: bytes, dust_limit: int, funding_sat: int) -> int:
                remote_reserve_sat = int.from_bytes(payload_field, 'big')