Skip to content

Commit

Permalink
cleanup unused import (#3238)
Browse files Browse the repository at this point in the history
  • Loading branch information
antiochp authored Feb 24, 2020
1 parent cb2b909 commit 3790b2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chain/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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! {
Expand Down

0 comments on commit 3790b2c

Please sign in to comment.