Fix wrong doc links
This commit is contained in:
parent
0faca43744
commit
8319b32466
@ -32,7 +32,7 @@
|
|||||||
//! be used if it is not explicitly set.
|
//! be used if it is not explicitly set.
|
||||||
//!
|
//!
|
||||||
//! [`TxBuilder`]: super::tx_builder::TxBuilder
|
//! [`TxBuilder`]: super::tx_builder::TxBuilder
|
||||||
//! [`coin_selection`]: super::tx_builder::coin_selection
|
//! [`coin_selection`]: super::tx_builder::TxBuilder::coin_selection
|
||||||
//!
|
//!
|
||||||
//! ## Example
|
//! ## Example
|
||||||
//!
|
//!
|
||||||
|
@ -119,8 +119,8 @@ impl TxBuilderContext for BumpFee {}
|
|||||||
///
|
///
|
||||||
/// For further examples see [this module](super::tx_builder)'s documentation;
|
/// For further examples see [this module](super::tx_builder)'s documentation;
|
||||||
///
|
///
|
||||||
/// [`build_tx`]: Self::build_tx
|
/// [`build_tx`]: Wallet::build_tx
|
||||||
/// [`build_fee_bump`]: Self::build_fee_bump
|
/// [`build_fee_bump`]: Wallet::build_fee_bump
|
||||||
/// [`finish`]: Self::finish
|
/// [`finish`]: Self::finish
|
||||||
/// [`coin_selection`]: Self::coin_selection
|
/// [`coin_selection`]: Self::coin_selection
|
||||||
pub struct TxBuilder<'a, B, D, Cs, Ctx> {
|
pub struct TxBuilder<'a, B, D, Cs, Ctx> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user