Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
};
31
constexpr bool ValidDeployment(BuriedDeployment dep) { return dep <= DEPLOYMENT_SEGWIT; }
32
33
enum DeploymentPos : uint16_t {
34
DEPLOYMENT_TESTDUMMY,
Callers
6
DeploymentActiveAfter
Function · 0.85
DeploymentActiveAt
Function · 0.85
DeploymentEnabled
Function · 0.85
DeploymentName
Function · 0.85
deploymentstatus.cpp
File · 0.85
DeploymentName
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected