URI: 
       tfix test_lnpeer (follow-up prev commit) - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 38652cffb05233a8ea113a9891bf7496f7279562
   DIR parent b6b13217b4929c5701e18a1310b20caf01fb61e5
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Sat, 27 Feb 2021 20:48:15 +0100
       
       fix test_lnpeer (follow-up prev commit)
       
       Diffstat:
         M electrum/tests/test_lnpeer.py       |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/electrum/tests/test_lnpeer.py b/electrum/tests/test_lnpeer.py
       t@@ -134,7 +134,7 @@ class MockLNWallet(Logger, NetworkRetryManager[LNPeerAddr]):
                self.enable_htlc_settle.set()
                self.received_htlcs = dict()
                self.sent_htlcs = defaultdict(asyncio.Queue)
       -        self.htlc_routes = defaultdict(list)
       +        self.sent_htlcs_routes = defaultdict(list)
        
            def get_invoice_status(self, key):
                pass