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.
2 parents cc18e8a + f1fa961 commit 6b9ec8bCopy full SHA for 6b9ec8b
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