commit 1102ea50e878d02c126cbb27480abb39e74e0534
parent ff8fc798f41d6c4eb62e484fd37af21a2fe35818
Author: ThomasV <thomasv@electrum.org>
Date: Fri, 5 Feb 2021 11:57:19 +0100
fix tests (follow-up previous commit)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/electrum/tests/test_lnpeer.py b/electrum/tests/test_lnpeer.py
@@ -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