mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-12-01 11:27:10 +03:00
remove commit and not needed query (#3148)
This commit is contained in:
parent
eb21a64d2f
commit
f740056fb2
@ -270,10 +270,4 @@ class WalletCoinStore:
|
||||
"UPDATE coin_record SET spent_height = 0, spent = 0 WHERE spent_height>?",
|
||||
(height,),
|
||||
)
|
||||
c3 = await self.db_connection.execute(
|
||||
"UPDATE coin_record SET spent_height = 0, spent = 0 WHERE spent_height>?",
|
||||
(height,),
|
||||
)
|
||||
await c3.close()
|
||||
await c2.close()
|
||||
await self.db_connection.commit()
|
||||
|
Loading…
Reference in New Issue
Block a user