Fix again.
This commit is contained in:
		
							parent
							
								
									af3d76fbf1
								
							
						
					
					
						commit
						e82bcedf2e
					
				| @ -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(); | ||||
| 		let mut db = JournalDB::new_temp(); | ||||
| 		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