MCPcopy 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
37void ResetProof(CBlockHeader& block)
38{
39 block.proof.solution.clear();
40}
41
42int64_t UpdateTime(CBlockHeader* pblock, const Consensus::Params& consensusParams, const CBlockIndex* pindexPrev)
43{

Callers 1

CreateNewBlockMethod · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected