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, 0 insertions, 7 deletions
diff --git a/chain/fees.go b/chain/fees.go
deleted file mode 100644
index 4df6d365d..000000000
--- a/chain/fees.go
+++ /dev/null
@@ -1,7 +0,0 @@
-package chain
-
-import (
- "math/big"
-)
-
-var BlockReward *big.Int = big.NewInt(1.5e+18)