Add additional block index consistency checks
This adds more tests to CheckBlockIndex:
- HAVE_DATA is true iff nTx > 0
- BLOCK_VALID_TRANSACTIONS is true iff nTx > 0
- BLOCK_VALID_TRANSACTIONS is true for a block and all parents iff nChainTx > 0
Add additional block index consistency checks ede379f780b8Unpublished Tags None Subscribers None
Description
Details
|