core: 5 ether block reward
This commit is contained in:
@ -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
|
||||
}
|
||||
|
@ -20,4 +20,4 @@ import (
|
||||
"math/big"
|
||||
)
|
||||
|
||||
var BlockReward *big.Int = big.NewInt(1.5e+18)
|
||||
var BlockReward *big.Int = big.NewInt(5e+18)
|
||||
|
Reference in New Issue
Block a user