Style fixed after review

This commit is contained in:
Anton Gavrilov
2017-08-10 12:36:29 +02:00
parent dd91121017
commit bfd238e000
7 changed files with 36 additions and 37 deletions

View File

@@ -229,7 +229,7 @@ pub trait Engine : Sync + Send {
/// Block transformation functions, after the transactions.
fn on_close_block(&self, _block: &mut ExecutedBlock) -> Result<(), Error> {
Ok(())
Ok(())
}
/// None means that it requires external input (e.g. PoW) to seal a block.