update blockreward to 8

because its a lucky number 💃
This commit is contained in:
Christopher Franko 2015-09-05 15:26:15 -04:00
parent 41f1804126
commit 512ebd876b

View file

@ -20,4 +20,4 @@ import (
"math/big" "math/big"
) )
var BlockReward *big.Int = big.NewInt(6e+18) var BlockReward *big.Int = big.NewInt(8e+18)