1
0

follow-up prev commit

This commit is contained in:
ThomasV
2021-02-22 15:38:19 +01:00
parent 64c9ddb88d
commit 6922b416d6

View File

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