From 5a29dee9b3da96c2d0329d2ab1a359b5a802d2f4 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Fri, 13 Jul 2018 13:36:36 +0200 Subject: [PATCH] follow-up prev commit (fix test) --- lib/tests/test_lnrouter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/tests/test_lnrouter.py b/lib/tests/test_lnrouter.py index d41199d4..38770276 100644 --- a/lib/tests/test_lnrouter.py +++ b/lib/tests/test_lnrouter.py @@ -26,6 +26,7 @@ class Test_LNRouter(unittest.TestCase): def test_find_path_for_payment(self): class fake_network: channel_db = lnrouter.ChannelDB() + trigger_callback = lambda x: None class fake_ln_worker: path_finder = lnrouter.LNPathFinder(fake_network.channel_db) privkey = bitcoin.sha256('privkeyseed')