Skip to content

Commit

Permalink
primitives: removed unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
delbonis committed Aug 5, 2024
1 parent 6079bb3 commit d691cb0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/primitives/src/buf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use std::str;

use arbitrary::Arbitrary;
use bitcoin::hashes::Hash;
use bitcoin::secp256k1::rand::rngs::ThreadRng;
use bitcoin::BlockHash;
use borsh::{BorshDeserialize, BorshSerialize};
use reth_primitives::alloy_primitives::FixedBytes;
Expand Down

0 comments on commit d691cb0

Please sign in to comment.