Merge pull request #778 from ethcore/json_tests_refactor

use ethjson module to load chain json tests
This commit is contained in:
Gav Wood
2016-03-20 09:51:36 +01:00
8 changed files with 37 additions and 33 deletions

View File

@@ -452,7 +452,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();