aboutsummaryrefslogtreecommitdiffstats
path: root/core/fees.go
diff options
context:
space:
mode:
authorchanghong <changhong.yu@shanbay.com>2017-05-11 09:55:48 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-05-25 22:14:33 +0800
commit17f0b1194232ebebc4e14f905e6e1d2d148aa5b6 (patch)
tree60663b43bff6e8df5b5a4693cbabc7756482136e /core/fees.go
parent07aae19e5da66ed404453e6be70ab84db516207b (diff)
downloaddexon-17f0b1194232ebebc4e14f905e6e1d2d148aa5b6.tar
dexon-17f0b1194232ebebc4e14f905e6e1d2d148aa5b6.tar.gz
dexon-17f0b1194232ebebc4e14f905e6e1d2d148aa5b6.tar.bz2
dexon-17f0b1194232ebebc4e14f905e6e1d2d148aa5b6.tar.lz
dexon-17f0b1194232ebebc4e14f905e6e1d2d148aa5b6.tar.xz
dexon-17f0b1194232ebebc4e14f905e6e1d2d148aa5b6.tar.zst
dexon-17f0b1194232ebebc4e14f905e6e1d2d148aa5b6.zip
core: typos and comments improve
1. fix typos 2. methods recevier of struct should be same 3. comments improve (cherry picked from commit 1ba979539582a00b7fd1a7c8a37a6852e59eac0d)
Diffstat (limited to 'core/fees.go')
-rw-r--r--core/fees.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fees.go b/core/fees.go
index 0bb26f055..83275ea36 100644
--- a/core/fees.go
+++ b/core/fees.go
@@ -20,4 +20,4 @@ import (
"math/big"
)
-var BlockReward *big.Int = big.NewInt(5e+18)
+var BlockReward = big.NewInt(5e+18)