Markup packages link as hyperlink
authorElias Rohrer <dev@tnull.de>
Mon, 11 Dec 2023 18:52:24 +0000 (19:52 +0100)
committerElias Rohrer <dev@tnull.de>
Mon, 11 Dec 2023 18:52:24 +0000 (19:52 +0100)
lightning/src/chain/chaininterface.rs

index 2d7f0c18af395b12eff9fa87863c77e57c9567e1..1f42dc2fe4251a26be3c7b659bae89505893b6e3 100644 (file)
@@ -40,7 +40,7 @@ pub trait BroadcasterInterface {
        /// be sure to manage both cases correctly.
        ///
        /// Bitcoin transaction packages are defined in BIP 331 and here:
-       /// https://github.com/bitcoin/bitcoin/blob/master/doc/policy/packages.md
+       /// <https://github.com/bitcoin/bitcoin/blob/master/doc/policy/packages.md>
        fn broadcast_transactions(&self, txs: &[&Transaction]);
 }