From 7bcec51f8ba3fcd84ebcaa0dfdbe26b3f2516679 Mon Sep 17 00:00:00 2001 From: Derek May <32908855+riddlez666@users.noreply.github.com> Date: Fri, 16 Mar 2018 15:59:39 -0700 Subject: [PATCH] whoops.. --- consensus/ethash/consensus.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/consensus/ethash/consensus.go b/consensus/ethash/consensus.go index bef6b336fb..4c0c42c1a7 100644 --- a/consensus/ethash/consensus.go +++ b/consensus/ethash/consensus.go @@ -335,14 +335,6 @@ var ( ) // EGEM Era Difficulty Algo -<<<<<<< HEAD -// Per block calculation. -// -// 50% Adjustment from 0 - 5000 -// 20% Adjustment from 5001 - 10,000,000 -// 15% Adjustment from 10,000,001 - 20,000,000 -// 10% Adjusment from 20,000,001 + -======= // // Launch 0 - 5000 50% Difficulty* // Requiem Era0 5001 - 10,000,000 20% Difficulty** @@ -351,7 +343,6 @@ var ( // // * +/- adjustment per block // ** Dev fee is enabled at this Era start. ->>>>>>> 53d2032cfb9a759f32e685a92343aaac7cef2b08 // func calcDifficultyEGEM(time uint64, parent *types.Header) *big.Int {