tfollow-up c454564ed6e094aa36be9fbe7aa9e9113a28710c - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit bdb870af00a3a509f7dba7f3e14b8bb58a3634af DIR parent 0b6ae1dbff08c6c17b53ed854fb2f0c9af36c6ce HTML Author: ThomasV <thomasv@electrum.org> Date: Tue, 21 Apr 2020 15:31:13 +0200 follow-up c454564ed6e094aa36be9fbe7aa9e9113a28710c Diffstat: M electrum/lnwatcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/electrum/lnwatcher.py b/electrum/lnwatcher.py t@@ -53,7 +53,7 @@ PRIMARY KEY(outpoint) class SweepStore(SqlDB): def __init__(self, path, network): - super().__init__(network, path) + super().__init__(network.asyncio_loop, path) def create_database(self): c = self.conn.cursor()