aboutsummaryrefslogtreecommitdiffstats
path: root/ethchain/fees.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethchain/fees.go')
-rw-r--r--ethchain/fees.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/ethchain/fees.go b/ethchain/fees.go
new file mode 100644
index 000000000..901357439
--- /dev/null
+++ b/ethchain/fees.go
@@ -0,0 +1,7 @@
+package ethchain
+
+import (
+ "math/big"
+)
+
+var BlockReward *big.Int = big.NewInt(1.5e+18)