MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / GetPresyncTime

Method GetPresyncTime

src/headerssync.h:126–126  ·  view source on GitHub ↗

Return the block timestamp of the last header received during the PRESYNC phase. */

Source from the content-addressed store, hash-verified

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; }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected