Merge pull request #894 from TheBlueMatt/2021-04-fix-docs
[rust-lightning] / lightning / src / chain / mod.rs
index 7d25a066076380896b54040edd3c361faf6494d2..7f99467642add8ade3a378671a4dad0fadd51598 100644 (file)
@@ -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);