From: vmammal Date: Wed, 17 Jan 2024 18:49:58 +0000 (-0500) Subject: doc(electrum_ext): fix docs for `RelevantTxids::into_confirmation_time_tx_graph` X-Git-Tag: v1.0.0-alpha.5~13^2 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/trait.StdError.html?a=commitdiff_plain;h=cf0c3337446b1de19ad6be9e68f5a9cb848d5773;p=bdk doc(electrum_ext): fix docs for `RelevantTxids::into_confirmation_time_tx_graph` --- diff --git a/crates/electrum/src/electrum_ext.rs b/crates/electrum/src/electrum_ext.rs index 1c9ce989..3c759ea0 100644 --- a/crates/electrum/src/electrum_ext.rs +++ b/crates/electrum/src/electrum_ext.rs @@ -56,12 +56,14 @@ impl RelevantTxids { Ok(graph) } - /// Finalizes [`RelevantTxids`] with `new_txs` and anchors of type - /// [`ConfirmationTimeHeightAnchor`]. + /// Finalizes the update by fetching `missing` txids from the `client`, where the + /// resulting [`TxGraph`] has anchors of type [`ConfirmationTimeHeightAnchor`]. + /// + /// Refer to [`RelevantTxids`] for more details. /// /// **Note:** The confirmation time might not be precisely correct if there has been a reorg. - /// Electrum's API intends that we use the merkle proof API, we should change `bdk_electrum` to - /// use it. + // Electrum's API intends that we use the merkle proof API, we should change `bdk_electrum` to + // use it. pub fn into_confirmation_time_tx_graph( self, client: &Client,