Return the block timestamp of the last header received during the PRESYNC phase. */
| 124 | |
| 125 | /** Return the block timestamp of the last header received during the PRESYNC phase. */ |
| 126 | uint32_t GetPresyncTime() const { return m_last_header_received.nTime; } |
| 127 | |
| 128 | /** Return the amount of work in the chain received during the PRESYNC phase. */ |
| 129 | arith_uint256 GetPresyncWork() const { return m_current_chain_work; } |
no outgoing calls
no test coverage detected