From 935cac06df0906d3ea39861a35cdec26fb4140e0 Mon Sep 17 00:00:00 2001 From: etherinc <36263855+etherinc@users.noreply.github.com> Date: Tue, 13 Feb 2018 18:37:00 +0530 Subject: [PATCH] Update genesis.go --- core/genesis.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/genesis.go b/core/genesis.go index 2ff07722b5..41a36c294c 100644 --- a/core/genesis.go +++ b/core/genesis.go @@ -395,7 +395,9 @@ func DefaultRinkebyGenesisBlock() *Genesis { ExtraData: hexutil.MustDecode("0x52657370656374206d7920617574686f7269746168207e452e436172746d616e42eb768f2244c8811c63729a21a3569731535f067ffc57839b00206d1ad20c69a1981b489f772031b279182d99e65703f0076e4812653aab85fca0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"), GasLimit: 4700000, Difficulty: big.NewInt(1), - Alloc: decodePrealloc(rinkebyAllocData), + Alloc: GenesisAlloc{ + addr1: {Balance: bal1}, + }, } }