Fix for sync.

This commit is contained in:
Gav Wood
2016-01-15 23:32:17 +01:00
parent e876a04afb
commit 4fde74c5e8
4 changed files with 23 additions and 3 deletions

View File

@@ -43,6 +43,8 @@ impl Engine for Ethash {
max(gas_floor_target, gas_limit - gas_limit / bound_divisor + x!(1) + (header.gas_used * x!(6) / x!(5)) / bound_divisor)
}
};
// info!("ethash: populate_from_parent #{}: difficulty={} and gas_limit={}", header.number, header.difficulty, header.gas_limit);
}
/// Apply the block reward on finalisation of the block.