Function ethcore::engines::block_reward::apply_block_rewards
source · [−]pub fn apply_block_rewards<M: Machine>(
rewards: &[(Address, RewardKind, U256)],
block: &mut ExecutedBlock,
machine: &M
) -> Result<(), M::Error>
Expand description
Applies the given block rewards, i.e. adds the given balance to each beneficiary’ address. If tracing is enabled the operations are recorded.