From a64637d86d5ba2aadf574eae8fefc8ac69760bd6 Mon Sep 17 00:00:00 2001 From: etherinc <36263855+etherinc@users.noreply.github.com> Date: Tue, 13 Feb 2018 18:08:17 +0530 Subject: [PATCH] Update genesis.go --- core/genesis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/genesis.go b/core/genesis.go index 083b088784..ce94721d40 100644 --- a/core/genesis.go +++ b/core/genesis.go @@ -336,7 +336,7 @@ func DefaultGenesisBlock() *Genesis { bal9, _ = new(big.Int).SetString("60000000000000000000000000",10) bal10, _ = new(big.Int).SetString("37500000000000000000000000",10) bal11, _ = new(big.Int).SetString("30000000000000000000000000",10) - bal12, _ = new(big.Int).SetString("30000000000000000000000000",10) + bal12, _ = new(big.Int).SetString("97528142000000000000000000",10) bal13, _ = new(big.Int).SetString("100000000000000000000000000",10) )