Skip to content

Commit 761012a

Browse files
committed
f correct doc links
1 parent c0c7afb commit 761012a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lightning/src/ln/functional_test_utils.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1436,8 +1436,8 @@ pub fn expect_pending_htlcs_forwardable_conditions(events: Vec<Event>, expected_
14361436
#[macro_export]
14371437
/// Clears (and ignores) a PendingHTLCsForwardable event
14381438
///
1439-
/// Don't use this, call [`expect_pending_htlcs_forwardable_conditions`] with an empty failure set
1440-
/// instead.
1439+
/// Don't use this, call [`expect_pending_htlcs_forwardable_conditions()`] with an empty failure
1440+
/// set instead.
14411441
macro_rules! expect_pending_htlcs_forwardable_ignore {
14421442
($node: expr) => {
14431443
$crate::ln::functional_test_utils::expect_pending_htlcs_forwardable_conditions($node.node.get_and_clear_pending_events(), &[]);
@@ -1447,7 +1447,7 @@ macro_rules! expect_pending_htlcs_forwardable_ignore {
14471447
#[macro_export]
14481448
/// Clears (and ignores) PendingHTLCsForwardable and HTLCHandlingFailed events
14491449
///
1450-
/// Don't use this, call [`expect_pending_htlcs_forwardable_conditions`] instead.
1450+
/// Don't use this, call [`expect_pending_htlcs_forwardable_conditions()`] instead.
14511451
macro_rules! expect_pending_htlcs_forwardable_and_htlc_handling_failed_ignore {
14521452
($node: expr, $expected_failures: expr) => {
14531453
$crate::ln::functional_test_utils::expect_pending_htlcs_forwardable_conditions($node.node.get_and_clear_pending_events(), &$expected_failures);

0 commit comments

Comments
 (0)