This commit is contained in:
Nikolay Volf 2016-01-26 21:14:06 +04:00
parent cd57e480f5
commit f07fc497c5
1 changed files with 0 additions and 1 deletions

View File

@ -108,7 +108,6 @@ 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> {