Update rand crate to 0.5 (#1542)
* Update rand crate to 0.5 * Rustfmt * Misplaced import
This commit is contained in:
committed by
Yeastplume
parent
b35950790b
commit
345a6cb53e
@@ -14,7 +14,7 @@
|
||||
|
||||
//! Compact Blocks.
|
||||
|
||||
use rand::{thread_rng, Rng};
|
||||
use rand::{thread_rng, RngCore};
|
||||
|
||||
use consensus::VerifySortOrder;
|
||||
use core::block::{Block, BlockHeader, Error};
|
||||
|
||||
Reference in New Issue
Block a user