aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-09-18 07:02:15 +0800
committerobscuren <geffobscura@gmail.com>2014-09-18 07:02:15 +0800
commitf3a93b046e45a293b673a955959666ec5389c4eb (patch)
treed6333c86cbe89aaaa1df0cec346b4c969966f1fb /ethchain
parentb3834d8272915d6b96d69a91ad6b9f994b29e891 (diff)
downloadgo-tangerine-f3a93b046e45a293b673a955959666ec5389c4eb.tar.gz
go-tangerine-f3a93b046e45a293b673a955959666ec5389c4eb.tar.zst
go-tangerine-f3a93b046e45a293b673a955959666ec5389c4eb.zip
Upped protocol version for VM change
Diffstat (limited to 'ethchain')
-rw-r--r--ethchain/fees.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/ethchain/fees.go b/ethchain/fees.go
index 743be86a2..901357439 100644
--- a/ethchain/fees.go
+++ b/ethchain/fees.go
@@ -5,5 +5,3 @@ import (
)
var BlockReward *big.Int = big.NewInt(1.5e+18)
-var UncleReward *big.Int = big.NewInt(1.125e+18)
-var UncleInclusionReward *big.Int = big.NewInt(1.875e+17)