Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Commit

Permalink
Add blockReward override value of 5 for genesis block
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinLiLu committed Oct 4, 2018
1 parent 553a4a1 commit 20d1f60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class EthereumGenesisDataFileProvider(
receiptsRoot = blockBundle.block.receiptsRoot, stateRoot = blockBundle.block.stateRoot,
sha3Uncles = blockBundle.block.sha3Uncles, uncles = blockBundle.block.uncles,
txNumber = txs.size, nonce = blockBundle.block.nonce,
txFees = blockBundle.block.txFees, blockReward = blockBundle.block.blockReward,
txFees = blockBundle.block.txFees, blockReward = BigDecimal.valueOf(5),
unclesReward = blockBundle.block.blockReward
)

Expand Down

0 comments on commit 20d1f60

Please sign in to comment.