Tidy up a use list

This commit is contained in:
teor 2020-10-13 13:47:01 +10:00
parent d09c310bbc
commit e46df7ed5b
1 changed files with 2 additions and 6 deletions

View File

@ -6,20 +6,16 @@ use super::*;
use std::sync::Arc;
use block::Height;
use chrono::Utc;
use color_eyre::eyre::{eyre, Report};
use once_cell::sync::Lazy;
use tower::buffer::Buffer;
use zebra_chain::{
block::{self, Block},
work::difficulty::CompactDifficulty,
work::difficulty::ExpandedDifficulty,
};
use zebra_chain::{
block::{self, Block, Height},
parameters::{Network, NetworkUpgrade},
serialization::{ZcashDeserialize, ZcashDeserializeInto},
work::difficulty::{CompactDifficulty, ExpandedDifficulty},
};
use zebra_test::transcript::{TransError, Transcript};