tfix tests (follow-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 1102ea50e878d02c126cbb27480abb39e74e0534 DIR parent ff8fc798f41d6c4eb62e484fd37af21a2fe35818 HTML Author: ThomasV <thomasv@electrum.org> Date: Fri, 5 Feb 2021 11:57:19 +0100 fix tests (follow-up previous 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@@ -161,7 +161,7 @@ class MockLNWallet(Logger, NetworkRetryManager[LNPeerAddr]): def save_channel(self, chan): print("Ignoring channel save") - is_routing = set() + inflight_payments = set() preimages = {} get_payment_info = LNWallet.get_payment_info save_payment_info = LNWallet.save_payment_info