File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments