Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamaguchi committed Sep 11, 2019
1 parent 09997c2 commit 54a2997
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/blockdata/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@ use std::io;

use bitcoin_hashes::{sha256d, Hash};

use util;
use util::hash::{BitcoinHash, MerkleRoot, bitcoin_merkle_root};
use util::uint::Uint256;
use consensus::{encode, Decodable, Encodable};
use network::constants::Network;
use blockdata::transaction::Transaction;
use blockdata::script::Script;
use bitcoin_hashes::HashEngine;
Expand Down
1 change: 0 additions & 1 deletion src/consensus/params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
//!
use network::constants::Network;
use util::uint::Uint256;

#[derive(Debug, Clone)]
/// Parameters that influence chain consensus.
Expand Down

0 comments on commit 54a2997

Please sign in to comment.