kaspad icon indicating copy to clipboard operation
kaspad copied to clipboard

Crash loop if node restarts during insertion of pruning-point UTXO Set

Open svarogg opened this issue 4 years ago • 0 comments

This is what happens:

  1. Node downloads pruningPoint utxo-set.
  2. While importing the utxo-set node restarts
  3. The importing of utxo-set resumes, but pruningPoint's ValidateAndInsertBlock will never be called.

This should probably be fixed while implementing #1734

svarogg avatar Jun 29 '21 07:06 svarogg