Block Reward

- 9 EGEM REWARD
This commit is contained in:
Derek May 2018-03-14 19:40:48 -07:00
parent 8e8ceb622d
commit f9352e361b

View file

@ -36,7 +36,7 @@ import (
// Ethash proof-of-work protocol constants.
var (
FrontierBlockReward *big.Int = big.NewInt(90000) // Block reward in wei for successfully mining a block
FrontierBlockReward *big.Int = big.NewInt(9000000000000000000) // Block reward in wei for successfully mining a block
ByzantiumBlockReward *big.Int = big.NewInt(3e+18) // Block reward in wei for successfully mining a block upward from Byzantium
maxUncles = 2 // Maximum number of uncles allowed in a single block
allowedFutureBlockTime = 15 * time.Second // Max time from current time allowed for blocks, before they're considered future blocks