electrum: fix typos
This commit is contained in:
@@ -60,7 +60,7 @@ class SqlDB(Logger):
|
||||
if not future.cancelled():
|
||||
self.asyncio_loop.call_soon_threadsafe(future.set_result, result)
|
||||
# note: in sweepstore session.commit() is called inside
|
||||
# the sql-decorated methods, so commiting to disk is awaited
|
||||
# the sql-decorated methods, so committing to disk is awaited
|
||||
if self.commit_interval:
|
||||
i = (i + 1) % self.commit_interval
|
||||
if i == 0:
|
||||
|
||||
Reference in New Issue
Block a user