forked from LBRYCommunity/lbry-sdk
removed extraneous db.commit()
This commit is contained in:
parent
f2f2a12ea1
commit
a7838b80c3
1 changed files with 0 additions and 1 deletions
|
@ -285,7 +285,6 @@ class BaseDatabase(SQLiteMixin):
|
||||||
|
|
||||||
async def release_outputs(self, txos):
|
async def release_outputs(self, txos):
|
||||||
await self.reserve_outputs(txos, is_reserved=False)
|
await self.reserve_outputs(txos, is_reserved=False)
|
||||||
await self.db.commit()
|
|
||||||
|
|
||||||
async def rewind_blockchain(self, above_height): # pylint: disable=no-self-use
|
async def rewind_blockchain(self, above_height): # pylint: disable=no-self-use
|
||||||
# TODO:
|
# TODO:
|
||||||
|
|
Loading…
Reference in a new issue