electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit bdb870af00a3a509f7dba7f3e14b8bb58a3634af
parent 0b6ae1dbff08c6c17b53ed854fb2f0c9af36c6ce
Author: ThomasV <thomasv@electrum.org>
Date:   Tue, 21 Apr 2020 15:31:13 +0200

follow-up c454564ed6e094aa36be9fbe7aa9e9113a28710c

Diffstat:
Melectrum/lnwatcher.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/electrum/lnwatcher.py b/electrum/lnwatcher.py @@ -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()