| 117 | int64_t nPowTargetSpacing; |
| 118 | int64_t nPowTargetTimespan; |
| 119 | int64_t DifficultyAdjustmentInterval() const { return nPowTargetTimespan / nPowTargetSpacing; } |
| 120 | /** The best chain should have at least this much work */ |
| 121 | uint256 nMinimumChainWork; |
| 122 | /** By default assume that the signatures in ancestors of this block are valid */ |
no outgoing calls