Update wizard_genesis.go

This commit is contained in:
AnilChinchawale 2018-11-14 18:12:57 +05:30
parent 2b21303fc0
commit 2bcb530ca6

View file

@ -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()