]> Untitled Git - bdk/commitdiff
Fix wrong doc links
authorLLFourn <lloyd.fourn@gmail.com>
Mon, 4 Jan 2021 21:46:23 +0000 (08:46 +1100)
committerLLFourn <lloyd.fourn@gmail.com>
Fri, 22 Jan 2021 03:33:37 +0000 (14:33 +1100)
src/wallet/coin_selection.rs
src/wallet/tx_builder.rs

index 68dd9fefa09f681422e9deeff92a21cad3b1a62b..71a56d8f86e420d36ed85bb9af9ca797a171912a 100644 (file)
@@ -32,7 +32,7 @@
 //! be used if it is not explicitly set.
 //!
 //! [`TxBuilder`]: super::tx_builder::TxBuilder
-//! [`coin_selection`]: super::tx_builder::coin_selection
+//! [`coin_selection`]: super::tx_builder::TxBuilder::coin_selection
 //!
 //! ## Example
 //!
index 4b3bb407455277b048bf53eaa13fcc25beeabf56..d7b379f47528e3155b975feb011f6a6f815ed51b 100644 (file)
@@ -119,8 +119,8 @@ impl TxBuilderContext for BumpFee {}
 ///
 /// For further examples see [this module](super::tx_builder)'s documentation;
 ///
-/// [`build_tx`]: Self::build_tx
-/// [`build_fee_bump`]: Self::build_fee_bump
+/// [`build_tx`]: Wallet::build_tx
+/// [`build_fee_bump`]: Wallet::build_fee_bump
 /// [`finish`]: Self::finish
 /// [`coin_selection`]: Self::coin_selection
 pub struct TxBuilder<'a, B, D, Cs, Ctx> {