Update genesis.go

This commit is contained in:
etherinc 2018-02-13 18:08:17 +05:30 committed by GitHub
parent 7677ccde9b
commit a64637d86d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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