cleanup unused import (#3238)

This commit is contained in:
Antioch Peverell 2020-02-24 15:08:16 +00:00 committed by GitHub
parent cb2b909090
commit 3790b2cba5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,6 @@ use crate::core::core::{Block, BlockHeader, HeaderVersion};
use crate::core::pow::Difficulty;
use crate::core::ser::{self, PMMRIndexHashable, Readable, Reader, Writeable, Writer};
use crate::error::{Error, ErrorKind};
use crate::util::secp::pedersen::Commitment;
use crate::util::RwLock;
bitflags! {