diff --git a/pumps/ethereum/src/main/kotlin/fund/cyber/pump/ethereum/client/genesis/EthereumGenesisBundleProvider.kt b/pumps/ethereum/src/main/kotlin/fund/cyber/pump/ethereum/client/genesis/EthereumGenesisBundleProvider.kt index f27fd5de..f81980a0 100644 --- a/pumps/ethereum/src/main/kotlin/fund/cyber/pump/ethereum/client/genesis/EthereumGenesisBundleProvider.kt +++ b/pumps/ethereum/src/main/kotlin/fund/cyber/pump/ethereum/client/genesis/EthereumGenesisBundleProvider.kt @@ -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 )