Skip to content

Commit

Permalink
core/genesis: remove developer allocation from genesis block (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
tynes committed Sep 21, 2020
1 parent 91d2823 commit a3c35c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/genesis.go
Expand Up @@ -425,7 +425,6 @@ func DeveloperGenesisBlock(period uint64, faucet common.Address) *Genesis {
common.BytesToAddress([]byte{6}): {Balance: big.NewInt(1)}, // ECAdd
common.BytesToAddress([]byte{7}): {Balance: big.NewInt(1)}, // ECScalarMul
common.BytesToAddress([]byte{8}): {Balance: big.NewInt(1)}, // ECPairing
faucet: {Balance: new(big.Int).Sub(new(big.Int).Lsh(big.NewInt(1), 256), big.NewInt(9))},
},
}
}
Expand Down

0 comments on commit a3c35c6

Please sign in to comment.