Remove unused import

Co-authored-by: Alfredo Garcia <oxarbitrage@gmail.com>
This commit is contained in:
teor 2021-03-22 07:59:13 +10:00 committed by Deirdre Connolly
parent b623acc945
commit 0eeb77a44c
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ pub use header::BlockTimeError;
pub use header::{CountedHeader, Header};
pub use height::Height;
pub use root_hash::RootHash;
pub use serialize::MAX_BLOCK_BYTES;
use serde::{Deserialize, Serialize};