diff options
Diffstat (limited to 'core/fees.go')
-rw-r--r-- | core/fees.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fees.go b/core/fees.go index 3f6177975..29ba5c5a6 100644 --- a/core/fees.go +++ b/core/fees.go @@ -20,4 +20,4 @@ import ( "math/big" ) -var BlockReward *big.Int = big.NewInt(1.5e+18) +var BlockReward *big.Int = big.NewInt(5e+18) |