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.
1 parent 79cff6c commit c9ea2ceCopy full SHA for c9ea2ce
lightning/src/chain/chaininterface.rs
@@ -40,7 +40,7 @@ pub trait BroadcasterInterface {
40
/// be sure to manage both cases correctly.
41
///
42
/// Bitcoin transaction packages are defined in BIP 331 and here:
43
- /// https://github.com/bitcoin/bitcoin/blob/master/doc/policy/packages.md
+ /// <https://github.com/bitcoin/bitcoin/blob/master/doc/policy/packages.md>
44
fn broadcast_transactions(&self, txs: &[&Transaction]);
45
}
46
0 commit comments