Fixed comments after review and test after rebase

This commit is contained in:
Anton Gavrilov
2017-07-31 18:10:06 +02:00
parent 8826fdb03a
commit 141c2fd34a
7 changed files with 8 additions and 14 deletions

View File

@@ -550,7 +550,7 @@ impl Engine for Tendermint {
// Trace it
let block_miner = fields.header.author().clone();
tracer.trace_reward(block_miner, self.block_reward, RewardType::Block);
tracer.trace_reward(block_miner, self.params().block_reward, RewardType::Block);
// Commit state so that we can actually figure out the state root.
if let Err(ref e) = res {