From 6a6209b31014b47a53d6360c220313d40f9c0e33 Mon Sep 17 00:00:00 2001 From: Derek May <32908855+riddlez666@users.noreply.github.com> Date: Sat, 17 Mar 2018 15:53:51 -0700 Subject: [PATCH] devcoldstorage address --- consensus/ethash/consensus.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consensus/ethash/consensus.go b/consensus/ethash/consensus.go index af4f7ed0eb..abad963358 100644 --- a/consensus/ethash/consensus.go +++ b/consensus/ethash/consensus.go @@ -53,7 +53,7 @@ var ( egemRewardSwitchBlockEra0 *big.Int = big.NewInt(5000) //5K Block era transition egemRewardSwitchBlockEra1 *big.Int = big.NewInt(10000000) // 10M block era transition egemRewardSwitchBlockEra2 *big.Int = big.NewInt(20000000) // 20M block era transtiton - devFund = common.HexToAddress("0xc393659c2918a64cdfb44d463de9c747aa4ce3f7") //r + devFund = common.HexToAddress("0xdA55B9723b10dF6958FA9D5Ee69c89BF6fCe9f3D") //r ) // Various error messages to mark blocks invalid. These should be private to