]> Untitled Git - bdk/commitdiff
doc(electrum_ext): fix docs for `RelevantTxids::into_confirmation_time_tx_graph`
authorvmammal <valuedmammal@protonmail.com>
Wed, 17 Jan 2024 18:49:58 +0000 (13:49 -0500)
committervmammal <valuedmammal@protonmail.com>
Wed, 17 Jan 2024 18:49:58 +0000 (13:49 -0500)
crates/electrum/src/electrum_ext.rs

index 1c9ce9890ddec11638d9d6400a6195e3023befaa..3c759ea058447047db6c70a51a28c28a88df77c6 100644 (file)
@@ -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,