Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ GetReceivedTimeDiff
Method
GetReceivedTimeDiff
src/chain.h:329–332 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
327
}
328
329
int64_t GetReceivedTimeDiff() const
330
{
331
return GetHeaderReceivedTime() - GetBlockTime();
332
}
333
334
static constexpr int nMedianTimeSpan = 11;
335
Callers
1
AcceptBlock
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected