Skip to content

Commit

Permalink
Remove commented commits
Browse files Browse the repository at this point in the history
  • Loading branch information
kpp committed Jul 9, 2024
1 parent 592a9b3 commit 61757a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crates/bitcoin-da/src/helpers/test_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ use crate::helpers::parsers::{parse_hex_transaction, parse_transaction};
use crate::spec::blob::BlobWithSender;
use crate::spec::header::HeaderWrapper;
use crate::spec::proof::InclusionMultiProof;
// use crate::spec::transaction::Transaction;
use crate::verifier::BitcoinVerifier;

pub(crate) fn get_mock_txs() -> Vec<Transaction> {
Expand Down
1 change: 0 additions & 1 deletion crates/bitcoin-da/src/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ use crate::helpers::parsers::parse_hex_transaction;
use crate::spec::block::BitcoinBlock;
use crate::spec::header::HeaderWrapper;
use crate::spec::transaction::TransactionWrapper;
// use crate::spec::transaction::Transaction;
use crate::spec::utxo::UTXO;

// RPCError is a struct that represents an error returned by the Bitcoin RPC
Expand Down

0 comments on commit 61757a1

Please sign in to comment.