If this chain is exclusively used for testing */
| 96 | bool DefaultConsistencyChecks() const { return fDefaultConsistencyChecks; } |
| 97 | /** If this chain is exclusively used for testing */ |
| 98 | bool IsTestChain() const { return m_chain_type != ChainType::MAIN; } |
| 99 | /** If this chain allows time to be mocked */ |
| 100 | bool IsMockableChain() const { return m_is_mockable_chain; } |
| 101 | uint64_t PruneAfterHeight() const { return nPruneAfterHeight; } |
no outgoing calls
no test coverage detected