Transaction counts aren’t known for block history loaded from a snapshot. If you start with -checkblockindex
after loading a snapshot, the bitcoin daemon will core dump. The test suite does not check for this because all the snapshots have no non-coinbase transactions (all blocks prior to the snapshot are assumed to have nTx = 1
).
Recommend for backport to 26.x