We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d75a63 commit f1fa961Copy full SHA for f1fa961
lightning/src/chain/mod.rs
@@ -104,7 +104,7 @@ pub trait Confirm {
104
/// in the event of a chain reorganization, it must not be called with a `header` that is no
105
/// longer in the chain as of the last call to [`best_block_updated`].
106
///
107
- /// [chain order]: Self#order
+ /// [chain order]: Confirm#Order
108
/// [`best_block_updated`]: Self::best_block_updated
109
fn transactions_confirmed(&self, header: &BlockHeader, txdata: &TransactionData, height: u32);
110
0 commit comments