Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ ReplayBlocks
Function
ReplayBlocks
src/validation.cpp:4413–4415 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4411
}
4412
4413
bool ReplayBlocks(const CChainParams& params, CCoinsView* view) {
4414
return g_chainstate.ReplayBlocks(params, view);
4415
}
4416
4417
bool CChainState::RewindBlockIndex(const CChainParams& params)
4418
{
Callers
1
AppInitMain
Function · 0.85
Calls
1
ReplayBlocks
Method · 0.80
Tested by
no test coverage detected