1
0

electrum: fix typos

This commit is contained in:
xiaolou86
2023-12-04 14:15:26 +08:00
parent 00c584d557
commit 50e5b0efd1
8 changed files with 10 additions and 10 deletions

View File

@@ -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: