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