mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
Update genesis.go
This commit is contained in:
parent
7677ccde9b
commit
a64637d86d
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ func DefaultGenesisBlock() *Genesis {
|
||||||
bal9, _ = new(big.Int).SetString("60000000000000000000000000",10)
|
bal9, _ = new(big.Int).SetString("60000000000000000000000000",10)
|
||||||
bal10, _ = new(big.Int).SetString("37500000000000000000000000",10)
|
bal10, _ = new(big.Int).SetString("37500000000000000000000000",10)
|
||||||
bal11, _ = new(big.Int).SetString("30000000000000000000000000",10)
|
bal11, _ = new(big.Int).SetString("30000000000000000000000000",10)
|
||||||
bal12, _ = new(big.Int).SetString("30000000000000000000000000",10)
|
bal12, _ = new(big.Int).SetString("97528142000000000000000000",10)
|
||||||
bal13, _ = new(big.Int).SetString("100000000000000000000000000",10)
|
bal13, _ = new(big.Int).SetString("100000000000000000000000000",10)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue