kaspad
kaspad copied to clipboard
Crash loop if node restarts during insertion of pruning-point UTXO Set
This is what happens:
- Node downloads pruningPoint utxo-set.
- While importing the utxo-set node restarts
- The importing of utxo-set resumes, but pruningPoint's ValidateAndInsertBlock will never be called.
This should probably be fixed while implementing #1734