Skip to content

Commit c9ea2ce

Browse files
committed
Markup packages link as hyperlink
1 parent 79cff6c commit c9ea2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/chaininterface.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pub trait BroadcasterInterface {
4040
/// be sure to manage both cases correctly.
4141
///
4242
/// Bitcoin transaction packages are defined in BIP 331 and here:
43-
/// https://github.com/bitcoin/bitcoin/blob/master/doc/policy/packages.md
43+
/// <https://github.com/bitcoin/bitcoin/blob/master/doc/policy/packages.md>
4444
fn broadcast_transactions(&self, txs: &[&Transaction]);
4545
}
4646

0 commit comments

Comments
 (0)