You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They way to solve this, is delete the block and resync.
We know this is not some kind of propagation/sync disconnect issue as this occurs with sync, but a resync from 0 works.
This might be caused by rewinds/reorgs, not resetting or clearing burned outputs. We need to confirm this
The text was updated successfully, but these errors were encountered:
Description
---
Fixes rewind to height for burned outputs
Motivation and Context
---
When rewinding the blockchain, the rewind tries to delete the "unspent" utxo. But burned outputs never have spent utxos created for them. This causes rewinds to break.
How Has This Been Tested?
---
Added a new cucumber test
Fixes: #4662
This error has been spotted a few times:
They way to solve this, is delete the block and resync.
We know this is not some kind of propagation/sync disconnect issue as this occurs with sync, but a resync from 0 works.
This might be caused by rewinds/reorgs, not resetting or clearing burned outputs. We need to confirm this
The text was updated successfully, but these errors were encountered: