We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dead_code
1 parent cb7a980 commit f4e158aCopy full SHA for f4e158a
crates/esplora/src/lib.rs
@@ -36,6 +36,7 @@ mod async_ext;
36
#[cfg(feature = "async")]
37
pub use async_ext::*;
38
39
+#[allow(dead_code)]
40
fn insert_anchor_or_seen_at_from_status(
41
update: &mut TxUpdate<ConfirmationBlockTime>,
42
start_time: u64,
@@ -61,6 +62,7 @@ fn insert_anchor_or_seen_at_from_status(
61
62
63
/// Inserts floating txouts into `tx_graph` using [`Vin`](esplora_client::api::Vin)s returned by
64
/// Esplora.
65
66
fn insert_prevouts(
67
68
esplora_inputs: impl IntoIterator<Item = esplora_client::api::Vin>,
0 commit comments