Skip to content

Commit f1fa961

Browse files
committed
Fix doc resolution in rustc 1.48
1 parent 0d75a63 commit f1fa961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ pub trait Confirm {
104104
/// in the event of a chain reorganization, it must not be called with a `header` that is no
105105
/// longer in the chain as of the last call to [`best_block_updated`].
106106
///
107-
/// [chain order]: Self#order
107+
/// [chain order]: Confirm#Order
108108
/// [`best_block_updated`]: Self::best_block_updated
109109
fn transactions_confirmed(&self, header: &BlockHeader, txdata: &TransactionData, height: u32);
110110

0 commit comments

Comments
 (0)