Check that finalized state UTXOs are present before deleting them #2518
Labels
A-consensus
Area: Consensus rule updates
A-rust
Area: Updates to Rust code
C-bug
Category: This is a bug
NU Sprout
Network Upgrade: Sprout specific tasks (before Overwinter)
Motivation
We're currently deleting UTXOs using a RocksDB method directly.
But we want to check if they exist first - because deleting a UTXO that doesn't exist is a bug.
Related Work
This change depends on PR #2458.
The text was updated successfully, but these errors were encountered: