MCPcopy 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
4413bool ReplayBlocks(const CChainParams& params, CCoinsView* view) {
4414 return g_chainstate.ReplayBlocks(params, view);
4415}
4416
4417bool CChainState::RewindBlockIndex(const CChainParams& params)
4418{

Callers 1

AppInitMainFunction · 0.85

Calls 1

ReplayBlocksMethod · 0.80

Tested by

no test coverage detected