Another fix.
This commit is contained in:
parent
ec3bc85f22
commit
af3d76fbf1
@ -40,7 +40,7 @@ mod tests {
|
||||
fn ensure_db_good() {
|
||||
let engine = new_morden().to_engine().unwrap();
|
||||
let genesis_header = engine.spec().genesis_header();
|
||||
let mut db = MemoryDB::new_temp();
|
||||
let mut db = MemoryDB::new();
|
||||
engine.spec().ensure_db_good(&mut db);
|
||||
let s = State::from_existing(db.clone(), genesis_header.state_root.clone(), engine.account_start_nonce());
|
||||
assert_eq!(s.balance(&address_from_hex("0000000000000000000000000000000000000001")), U256::from(1u64));
|
||||
|
Loading…
Reference in New Issue
Block a user