Skip to content

Commit

Permalink
Merge pull request #277 from darwinia-network/denny_update_diff_bomb
Browse files Browse the repository at this point in the history
Update diff bomb params
  • Loading branch information
aurexav authored Feb 21, 2020
2 parents b4cd151 + 8883f91 commit db93e24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions primitives/sp-eth-primitives/src/pow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ impl EthashPartial {
let mut m = BTreeMap::new();
m.insert(4370000, 3000000);
m.insert(7280000, 2000000);
m.insert(0x8c6180, 0x3d0900);
m
},
expip2_transition: u64::max_value(),
Expand All @@ -107,6 +108,7 @@ impl EthashPartial {
let mut m = BTreeMap::new();
m.insert(0x19f0a0, 0x2dc6c0);
m.insert(0x408b70, 0x1e8480);
m.insert(0x6c993d, 0x3d0900);
m
},
expip2_transition: u64::max_value(),
Expand Down

0 comments on commit db93e24

Please sign in to comment.