use ethjson module to load chain json tests

This commit is contained in:
debris
2016-03-19 18:13:14 +01:00
committed by arkpar
parent 49be60e984
commit a10160bd56
8 changed files with 36 additions and 33 deletions

View File

@@ -438,7 +438,7 @@ mod tests {
open_block.push_uncle(uncle1_header).unwrap();
open_block.push_uncle(uncle2_header).unwrap();
let b = open_block.close().seal(engine.deref(), vec![]).unwrap();
let orig_bytes = b.rlp_bytes();
let orig_db = b.drain();