Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Jul 18, 2023
1 parent 44c9a80 commit 5f41852
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions zebra-chain/src/transaction/unmined.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ use UnminedTxId::*;
#[cfg(any(test, feature = "proptest-impl"))]
use proptest_derive::Arbitrary;

#[cfg(any(test, feature = "proptest-impl"))]
use rand::Rng;

// Documentation-only
#[allow(unused_imports)]
use crate::block::MAX_BLOCK_BYTES;
Expand Down

0 comments on commit 5f41852

Please sign in to comment.