1
0
This commit is contained in:
ThomasV
2020-04-21 15:31:13 +02:00
parent 0b6ae1dbff
commit bdb870af00

View File

@@ -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()