e9ef907c1f
When the UTXO saved checkpoints this change makes sure we also store the index-db changes. Since we stopped saving simple state changes fromt the index-db, the only real data we save is the 'undo-block-index', as such this will be relatively cheap to save. Without an undo block position we will currently fail to verify those blocks and as such it is useful to save all at the same time to actually have a state we can start from.