1
0

fix tests (follow-up previous commit)

This commit is contained in:
ThomasV
2021-02-05 11:57:19 +01:00
parent ff8fc798f4
commit 1102ea50e8

View File

@@ -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