| 196 | } |
| 197 | |
| 198 | uint256 GetBlockHash() const |
| 199 | { |
| 200 | assert(phashBlock != nullptr); |
| 201 | return *phashBlock; |
| 202 | } |
| 203 | |
| 204 | /** |
| 205 | * Check whether this block and all previous blocks back to the genesis block or an assumeutxo snapshot block have |
no outgoing calls