If this chain allows time to be mocked */
| 105 | bool IsTestChain() const { return m_is_test_chain; } |
| 106 | /** If this chain allows time to be mocked */ |
| 107 | bool IsMockableChain() const { return m_is_mockable_chain; } |
| 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; } |
no outgoing calls
no test coverage detected