removed extraneous db.commit()

This commit is contained in:
Lex Berezhny 2018-10-16 21:49:49 -04:00
parent f2f2a12ea1
commit a7838b80c3

View file

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