follow-up c454564ed6
This commit is contained in:
@@ -53,7 +53,7 @@ PRIMARY KEY(outpoint)
|
|||||||
class SweepStore(SqlDB):
|
class SweepStore(SqlDB):
|
||||||
|
|
||||||
def __init__(self, path, network):
|
def __init__(self, path, network):
|
||||||
super().__init__(network, path)
|
super().__init__(network.asyncio_loop, path)
|
||||||
|
|
||||||
def create_database(self):
|
def create_database(self):
|
||||||
c = self.conn.cursor()
|
c = self.conn.cursor()
|
||||||
|
|||||||
Reference in New Issue
Block a user