hack indent

This commit is contained in:
Nikolay Volf 2016-01-26 18:03:12 +04:00
parent 8d30f9fecb
commit 253f56afe1
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ pub struct SealedBlock {
uncle_bytes: Bytes,
}
impl<'x, 'y> OpenBlock<'x, 'y> {
/// Create a new OpenBlock ready for transaction pushing.
pub fn new<'a, 'b>(engine: &'a Engine, db: JournalDB, parent: &Header, last_hashes: &'b LastHashes, author: Address, extra_data: Bytes) -> OpenBlock<'a, 'b> {