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