diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/chain_makers_test.go | 2 | ||||
-rw-r--r-- | core/fees.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/chain_makers_test.go b/core/chain_makers_test.go index 715e4c7ac..d7730aec8 100644 --- a/core/chain_makers_test.go +++ b/core/chain_makers_test.go @@ -90,5 +90,5 @@ func ExampleGenerateChain() { // last block: #5 // balance of addr1: 989000 // balance of addr2: 10000 - // balance of addr3: 5906250000000001000 + // balance of addr3: 19687500000000001000 } 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) |