Minimum free space (in GB) needed for data directory */
| 108 | uint64_t PruneAfterHeight() const { return nPruneAfterHeight; } |
| 109 | /** Minimum free space (in GB) needed for data directory */ |
| 110 | uint64_t AssumedBlockchainSize() const { return m_assumed_blockchain_size; } |
| 111 | /** Minimum free space (in GB) needed for data directory when pruned; Does not include prune target*/ |
| 112 | uint64_t AssumedChainStateSize() const { return m_assumed_chain_state_size; } |
| 113 | /** Whether it is possible to mine blocks on demand (no retargeting) */ |