MCPcopy Create free account
hub / github.com/ElementsProject/elements / ValidDeployment

Function ValidDeployment

src/consensus/params.h:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 DEPLOYMENT_SEGWIT,
30};
31constexpr bool ValidDeployment(BuriedDeployment dep) { return dep <= DEPLOYMENT_SEGWIT; }
32
33enum DeploymentPos : uint16_t {
34 DEPLOYMENT_TESTDUMMY,

Callers 6

DeploymentActiveAfterFunction · 0.85
DeploymentActiveAtFunction · 0.85
DeploymentEnabledFunction · 0.85
DeploymentNameFunction · 0.85
DeploymentNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected