tests for on_demand

This commit is contained in:
Robert Habermeier
2017-04-07 19:35:39 +02:00
parent 5793bb8fac
commit 68ec7ae41e
4 changed files with 437 additions and 49 deletions

View File

@@ -17,12 +17,14 @@
//! Block header.
use util::*;
use basic_types::{LogBloom, Seal, ZERO_LOGBLOOM};
use basic_types::{LogBloom, ZERO_LOGBLOOM};
use time::get_time;
use rlp::*;
use std::cell::RefCell;
pub use basic_types::Seal;
/// Type for Block number
pub type BlockNumber = u64;