Skip to content

Commit

Permalink
Merge branch 'master' of github:FUSIONFoundation/efsn
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben0z committed Dec 17, 2018
2 parents ef7f44f + 53ff178 commit 0b7e3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/datong/consensus.go
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ func calcRewards(height *big.Int) *big.Int {
var i int64
div2 := big.NewInt(2)
// initial reward 2.5
var reward = new(big.Int).Mul(big.NewInt(25), big.NewInt(10000000000000000))
var reward = new(big.Int).Mul(big.NewInt(25), big.NewInt(100000000000000000))
// every 4915200 blocks divide reward by 2
segment := new(big.Int).Div(height, new(big.Int).SetUint64(4915200))
for i = 0; i < segment.Int64(); i++ {
Expand Down

0 comments on commit 0b7e3ee

Please sign in to comment.