Test cleanup

This commit is contained in:
Ignotus Peverell 2018-12-29 02:00:44 +00:00
parent c639e85be5
commit 9bf2c7fb5e
No known key found for this signature in database
GPG key ID: 99CD25F39F8F8211

View file

@ -152,10 +152,6 @@ mod test {
println!("nonce {}", b.header.pow.nonce);
assert_ne!(b.header.pow.nonce, 310);
assert!(b.header.pow.to_difficulty(0) >= Difficulty::min());
let start = ::std::time::Instant::now();
for n in 0..100000 {
assert!(verify_size(&b.header).is_ok());
}
println!("==> {}", start.elapsed().as_secs());
assert!(verify_size(&b.header).is_ok());
}
}