mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-04 18:35:03 +00:00
puppeth: it is unnecessary to alloc pre-funded to 256 addresses
This commit is contained in:
parent
a581efb3f0
commit
5e04fbccf0
1 changed files with 0 additions and 4 deletions
|
|
@ -114,10 +114,6 @@ func (w *wizard) makeGenesis() {
|
|||
}
|
||||
break
|
||||
}
|
||||
// Add a batch of precompile balances to avoid them getting deleted
|
||||
for i := int64(0); i < 256; i++ {
|
||||
genesis.Alloc[common.BigToAddress(big.NewInt(i))] = core.GenesisAccount{Balance: big.NewInt(1)}
|
||||
}
|
||||
// Query the user for some custom extras
|
||||
fmt.Println()
|
||||
fmt.Println("Specify your chain/network ID if you want an explicit one (default = random)")
|
||||
|
|
|
|||
Loading…
Reference in a new issue