MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / ResetBlockFailureFlags

Function ResetBlockFailureFlags

src/validation.cpp:3089–3091  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3087}
3088
3089void ResetBlockFailureFlags(CBlockIndex *pindex) {
3090 return g_chainstate.ResetBlockFailureFlags(pindex);
3091}
3092
3093const CBlockIndex *GetFinalizedBlock() {
3094 AssertLockHeld(cs_main);

Callers 1

reconsiderblockFunction · 0.85

Calls 1

Tested by

no test coverage detected