Skip to content

Commit cf0c333

Browse files
committed
doc(electrum_ext): fix docs for RelevantTxids::into_confirmation_time_tx_graph
1 parent 40f0765 commit cf0c333

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

crates/electrum/src/electrum_ext.rs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,14 @@ impl RelevantTxids {
5656
Ok(graph)
5757
}
5858

59-
/// Finalizes [`RelevantTxids`] with `new_txs` and anchors of type
60-
/// [`ConfirmationTimeHeightAnchor`].
59+
/// Finalizes the update by fetching `missing` txids from the `client`, where the
60+
/// resulting [`TxGraph`] has anchors of type [`ConfirmationTimeHeightAnchor`].
61+
///
62+
/// Refer to [`RelevantTxids`] for more details.
6163
///
6264
/// **Note:** The confirmation time might not be precisely correct if there has been a reorg.
63-
/// Electrum's API intends that we use the merkle proof API, we should change `bdk_electrum` to
64-
/// use it.
65+
// Electrum's API intends that we use the merkle proof API, we should change `bdk_electrum` to
66+
// use it.
6567
pub fn into_confirmation_time_tx_graph(
6668
self,
6769
client: &Client,

0 commit comments

Comments
 (0)