tfollow-up previous commit: fix test_lnpeer - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 584e0a38aab5b978b4aa4bac414cf5b44eeb5b74 DIR parent b609088115b44aa9db244f6c4c31ebb77925e994 HTML Author: ThomasV <thomasv@electrum.org> Date: Fri, 6 Mar 2020 12:29:39 +0100 follow-up previous commit: fix test_lnpeer Diffstat: M electrum/tests/test_lnpeer.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/electrum/tests/test_lnpeer.py b/electrum/tests/test_lnpeer.py t@@ -135,6 +135,7 @@ class MockLNWallet: _pay_to_route = LNWallet._pay_to_route _pay = LNWallet._pay force_close_channel = LNWallet.force_close_channel + try_force_closing = LNWallet.try_force_closing get_first_timestamp = lambda self: 0