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

Function UpdateVersionBitsParameters

src/chainparams.cpp:491–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489}
490
491void UpdateVersionBitsParameters(Consensus::DeploymentPos d, int64_t nStartTime, int64_t nTimeout)
492{
493 globalChainParams->UpdateVersionBitsParameters(d, nStartTime, nTimeout);
494}
495
496
497static CScript CltvMultiSigScript(const std::vector<std::string>& pubkeys, uint32_t lock_time) {

Callers 2

TestChain100SetupMethod · 0.85

Calls 1

Tested by 1

TestChain100SetupMethod · 0.68