| 343 | uint32_t nChainTx = 0; // change to 64-bit type when necessary; won't happen before 2030 |
| 344 | |
| 345 | CDiskBlockIndex() {} |
| 346 | |
| 347 | // explicit CDiskBlockIndex(CBlockIndex *pIndex) : CBlockIndex(*pIndex) { |
| 348 | // hashPrev = (pprev ? pprev->GetBlockHash() : uint256()); |
nothing calls this directly
no test coverage detected