Skip to content

Commit 6b9ec8b

Browse files
authored
Merge pull request #894 from TheBlueMatt/2021-04-fix-docs
Fix doc resolution in rustc 1.48
2 parents cc18e8a + f1fa961 commit 6b9ec8b

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)