Fix wrong doc links

This commit is contained in:
LLFourn 2021-01-05 08:46:23 +11:00
parent 0faca43744
commit 8319b32466
No known key found for this signature in database
GPG Key ID: A27093B54DA11F65
2 changed files with 3 additions and 3 deletions

View 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
//!

View 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> {