From 61757a1482eac52010ef6b7eedaf1cee8704aa87 Mon Sep 17 00:00:00 2001 From: Roman Proskuryakoff Date: Tue, 9 Jul 2024 18:33:05 +0400 Subject: [PATCH] Remove commented commits --- crates/bitcoin-da/src/helpers/test_utils.rs | 1 - crates/bitcoin-da/src/rpc.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/crates/bitcoin-da/src/helpers/test_utils.rs b/crates/bitcoin-da/src/helpers/test_utils.rs index 3d3be7f3d..bf33a94f2 100644 --- a/crates/bitcoin-da/src/helpers/test_utils.rs +++ b/crates/bitcoin-da/src/helpers/test_utils.rs @@ -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 { diff --git a/crates/bitcoin-da/src/rpc.rs b/crates/bitcoin-da/src/rpc.rs index b697455f0..078156d6e 100644 --- a/crates/bitcoin-da/src/rpc.rs +++ b/crates/bitcoin-da/src/rpc.rs @@ -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