diff --git a/torba/basedatabase.py b/torba/basedatabase.py index 2f4579019..a96b11be3 100644 --- a/torba/basedatabase.py +++ b/torba/basedatabase.py @@ -285,7 +285,6 @@ class BaseDatabase(SQLiteMixin): async def release_outputs(self, txos): await self.reserve_outputs(txos, is_reserved=False) - await self.db.commit() async def rewind_blockchain(self, above_height): # pylint: disable=no-self-use # TODO: