aboutsummaryrefslogtreecommitdiffstats
path: root/core/fees.go
diff options
context:
space:
mode:
authorJeffrey Wilcke <geffobscura@gmail.com>2015-07-25 18:06:17 +0800
committerJeffrey Wilcke <geffobscura@gmail.com>2015-07-25 23:47:20 +0800
commit9afda6ab8cb72269b299664a69edb545a5aebeb6 (patch)
tree716601696531a7b9bd5e145d41d508489957c552 /core/fees.go
parent5001f778aac5cf77a200da7829f8d28547208fed (diff)
downloadgo-tangerine-9afda6ab8cb72269b299664a69edb545a5aebeb6.tar
go-tangerine-9afda6ab8cb72269b299664a69edb545a5aebeb6.tar.gz
go-tangerine-9afda6ab8cb72269b299664a69edb545a5aebeb6.tar.bz2
go-tangerine-9afda6ab8cb72269b299664a69edb545a5aebeb6.tar.lz
go-tangerine-9afda6ab8cb72269b299664a69edb545a5aebeb6.tar.xz
go-tangerine-9afda6ab8cb72269b299664a69edb545a5aebeb6.tar.zst
go-tangerine-9afda6ab8cb72269b299664a69edb545a5aebeb6.zip
core: 5 ether block reward
Diffstat (limited to 'core/fees.go')
-rw-r--r--core/fees.go2
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)