From 8d792ac9f2c49263ade6dd04a61f346ea2263439 Mon Sep 17 00:00:00 2001 From: Nguyen Sy Thanh Son Date: Thu, 6 Dec 2018 17:43:56 +0700 Subject: [PATCH] Update wizard_genesis.go --- cmd/puppeth/wizard_genesis.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/puppeth/wizard_genesis.go b/cmd/puppeth/wizard_genesis.go index ca76704bef..e1ff59fa6d 100644 --- a/cmd/puppeth/wizard_genesis.go +++ b/cmd/puppeth/wizard_genesis.go @@ -339,7 +339,7 @@ func (w *wizard) makeGenesis() { } // Add a batch of precompile balances to avoid them getting deleted for i := int64(0); i < 2; i++ { - genesis.Alloc[common.BigToAddress(big.NewInt(i))] = core.GenesisAccount{Balance: big.NewInt(1)} + genesis.Alloc[common.BigToAddress(big.NewInt(i))] = core.GenesisAccount{Balance: big.NewInt(0)} } // Query the user for some custom extras fmt.Println()