diff options
author | Jeffrey Wilcke <geffobscura@gmail.com> | 2015-07-25 18:06:17 +0800 |
---|---|---|
committer | Jeffrey Wilcke <geffobscura@gmail.com> | 2015-07-25 18:06:17 +0800 |
commit | e088998867a4d7979b87004fcc47745e3ff16f32 (patch) | |
tree | d97a9f0fda12f05fb82cfb00c8db0e38192ae776 | |
parent | db5ec711e896c4abf4d1dc132851b818de7a9212 (diff) | |
download | go-tangerine-e088998867a4d7979b87004fcc47745e3ff16f32.tar go-tangerine-e088998867a4d7979b87004fcc47745e3ff16f32.tar.gz go-tangerine-e088998867a4d7979b87004fcc47745e3ff16f32.tar.bz2 go-tangerine-e088998867a4d7979b87004fcc47745e3ff16f32.tar.lz go-tangerine-e088998867a4d7979b87004fcc47745e3ff16f32.tar.xz go-tangerine-e088998867a4d7979b87004fcc47745e3ff16f32.tar.zst go-tangerine-e088998867a4d7979b87004fcc47745e3ff16f32.zip |
core: 5 ether block reward
-rw-r--r-- | core/fees.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fees.go b/core/fees.go index 3f6177975..29ba5c5a6 100644 --- a/core/fees.go +++ b/core/fees.go @@ -20,4 +20,4 @@ import ( "math/big" ) -var BlockReward *big.Int = big.NewInt(1.5e+18) +var BlockReward *big.Int = big.NewInt(5e+18) |