tfollow-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 6922b416d6994f249f72d1497a7e822942d4f490 DIR parent 64c9ddb88dab4c7284ac3f274b4f549e3248cd52 HTML Author: ThomasV <thomasv@electrum.org> Date: Mon, 22 Feb 2021 15:38:19 +0100 follow-up prev commit Diffstat: M electrum/tests/test_lnpeer.py | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) --- DIR diff --git a/electrum/tests/test_lnpeer.py b/electrum/tests/test_lnpeer.py t@@ -190,7 +190,6 @@ class MockLNWallet(Logger, NetworkRetryManager[LNPeerAddr]): channels_for_peer = LNWallet.channels_for_peer _calc_routing_hints_for_invoice = LNWallet._calc_routing_hints_for_invoice handle_error_code_from_failed_htlc = LNWallet.handle_error_code_from_failed_htlc - channels_with_funds = LNWallet.channels_with_funds class MockTransport: