Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3089
void ResetBlockFailureFlags(CBlockIndex *pindex) {
3090
return g_chainstate.ResetBlockFailureFlags(pindex);
3091
}
3092
3093
const CBlockIndex *GetFinalizedBlock() {
3094
AssertLockHeld(cs_main);
Callers
1
reconsiderblock
Function · 0.85
Calls
1
ResetBlockFailureFlags
Method · 0.80
Tested by
no test coverage detected