Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ ResetProof
Function
ResetProof
src/node/miner.cpp:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
void ResetProof(CBlockHeader& block)
38
{
39
block.proof.solution.clear();
40
}
41
42
int64_t UpdateTime(CBlockHeader* pblock, const Consensus::Params& consensusParams, const CBlockIndex* pindexPrev)
43
{
Callers
1
CreateNewBlock
Method · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected