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

Method UpdateVersionBitsParameters

src/chainparams.cpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void CChainParams::UpdateVersionBitsParameters(Consensus::DeploymentPos d, int64_t nStartTime, int64_t nTimeout)
77{
78 consensus.vDeployments[d].nStartTime = nStartTime;
79 consensus.vDeployments[d].nTimeout = nTimeout;
80}
81
82/**
83 * Main network

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected