URI: 
       tfix tests - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 0578bbd5d0ac07323bb96d6bc0fa9a5fc4e64064
   DIR parent f267400e1e1f966113b3d0eab9068be412dd6762
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Sun, 14 Oct 2018 18:27:28 +0200
       
       fix tests
       
       Diffstat:
         M electrum/tests/test_lnrouter.py     |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/electrum/tests/test_lnrouter.py b/electrum/tests/test_lnrouter.py
       t@@ -43,6 +43,7 @@ class Test_LNRouter(TestCaseForTestnet):
                    config = self.config
                    asyncio_loop = asyncio.get_event_loop()
                    trigger_callback = lambda *args: None
       +            register_callback = lambda *args: None
                    async def add_job(self, *args): return None
                fake_network.channel_db = lnrouter.ChannelDB(fake_network())
                cdb = fake_network.channel_db