WIP: Feature/6/jeffreypicard/dockerize for deployment #7

Closed
jeffreypicard wants to merge 80 commits from feature/6/jeffreypicard/dockerize-for-deployment into master
Showing only changes of commit 8e94e9154e - Show all commits

View file

@ -670,17 +670,17 @@ func CustomSignetParams(challenge []byte, dnsSeeds []DNSSeed) Params {
ExpireTime: 1230767999, // December 31, 2008 UTC ExpireTime: 1230767999, // December 31, 2008 UTC
}, },
DeploymentCSV: { DeploymentCSV: {
BitNumber: 0, BitNumber: 29,
StartTime: 0, // Always available for vote StartTime: 0, // Always available for vote
ExpireTime: math.MaxInt64, // Never expires ExpireTime: math.MaxInt64, // Never expires
}, },
DeploymentSegwit: { DeploymentSegwit: {
BitNumber: 1, BitNumber: 29,
StartTime: 0, // Always available for vote StartTime: 0, // Always available for vote
ExpireTime: math.MaxInt64, // Never expires. ExpireTime: math.MaxInt64, // Never expires.
}, },
DeploymentTaproot: { DeploymentTaproot: {
BitNumber: 2, BitNumber: 29,
StartTime: 0, // Always available for vote StartTime: 0, // Always available for vote
ExpireTime: math.MaxInt64, // Never expires. ExpireTime: math.MaxInt64, // Never expires.
}, },