diff --git a/cmd/puppeth/wizard_genesis.go b/cmd/puppeth/wizard_genesis.go index 7faacd70c3..e0e07d0e2a 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()