Skip to content

Commit f4e158a

Browse files
committed
chore(esplora): Allow dead_code for helper methods
This suppresses warnings in CI.
1 parent cb7a980 commit f4e158a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/esplora/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ mod async_ext;
3636
#[cfg(feature = "async")]
3737
pub use async_ext::*;
3838

39+
#[allow(dead_code)]
3940
fn insert_anchor_or_seen_at_from_status(
4041
update: &mut TxUpdate<ConfirmationBlockTime>,
4142
start_time: u64,
@@ -61,6 +62,7 @@ fn insert_anchor_or_seen_at_from_status(
6162

6263
/// Inserts floating txouts into `tx_graph` using [`Vin`](esplora_client::api::Vin)s returned by
6364
/// Esplora.
65+
#[allow(dead_code)]
6466
fn insert_prevouts(
6567
update: &mut TxUpdate<ConfirmationBlockTime>,
6668
esplora_inputs: impl IntoIterator<Item = esplora_client::api::Vin>,

0 commit comments

Comments
 (0)