Squash remaining warnings (#6789)

* Fixed comment warnings

* Fixed remaining warnings
This commit is contained in:
Arkadiy Paronyan
2017-10-16 12:31:52 +02:00
committed by GitHub
parent 44db0c55c5
commit 5b29b6d064
7 changed files with 13 additions and 13 deletions

View File

@@ -263,7 +263,7 @@ impl EthereumMachine {
} else if block_number < ext.eip150_transition {
Schedule::new_homestead()
} else {
/// There's no max_code_size transition so we tie it to eip161abc
// There's no max_code_size transition so we tie it to eip161abc
let max_code_size = if block_number >= ext.eip161abc_transition {
self.params.max_code_size as usize
} else {