fixed csv deployment constants

This commit is contained in:
Svyatoslav Nikolsky 2017-08-22 09:38:31 +03:00
parent 98db437162
commit 51d535968b
1 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ impl ConsensusParams {
bit: 0,
start_time: 1462060800,
timeout: 1493596800,
activation: Some(770112),
activation: Some(419328),
}),
segwit_deployment: match fork {
ConsensusFork::NoFork | ConsensusFork::SegWit2x(_) => Some(Deployment {
@ -111,7 +111,7 @@ impl ConsensusParams {
bit: 0,
start_time: 1456790400,
timeout: 1493596800,
activation: Some(419328),
activation: Some(770112),
}),
segwit_deployment: match fork {
ConsensusFork::NoFork | ConsensusFork::SegWit2x(_) => Some(Deployment {