From: Matt Corallo Date: Fri, 23 Apr 2021 20:42:11 +0000 (+0000) Subject: Fix doc resolution in rustc 1.48 X-Git-Tag: v0.0.14~15^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=f1fa961c40f002b1a50a6e0666604f20e64d68c9;p=rust-lightning Fix doc resolution in rustc 1.48 --- diff --git a/lightning/src/chain/mod.rs b/lightning/src/chain/mod.rs index 7d25a0660..7f9946764 100644 --- a/lightning/src/chain/mod.rs +++ b/lightning/src/chain/mod.rs @@ -104,7 +104,7 @@ pub trait Confirm { /// in the event of a chain reorganization, it must not be called with a `header` that is no /// longer in the chain as of the last call to [`best_block_updated`]. /// - /// [chain order]: Self#order + /// [chain order]: Confirm#Order /// [`best_block_updated`]: Self::best_block_updated fn transactions_confirmed(&self, header: &BlockHeader, txdata: &TransactionData, height: u32);