WIP: Feature/6/jeffreypicard/dockerize for deployment #7
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue