first few LES tests, fix get_header logic bug

This commit is contained in:
Robert Habermeier
2016-12-08 12:20:18 +01:00
parent 2d1a3ff091
commit 8d16f73795
5 changed files with 412 additions and 6 deletions

View File

@@ -92,8 +92,8 @@ pub struct TestBlockChainClient {
pub first_block: RwLock<Option<(H256, u64)>>,
}
#[derive(Clone)]
/// Used for generating test client blocks.
#[derive(Clone)]
pub enum EachBlockWith {
/// Plain block.
Nothing,