Modify block rewards from 5 to 8

This commit is contained in:
Julian Yap 2016-12-02 22:26:57 -10:00
parent 010d757e2e
commit 7e15bf9013

View file

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