Skip to content

Commit b675324

Browse files
committed
Remove do_main_commitment_signed_dance call in macro
1 parent c1097fd commit b675324

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lightning/src/ln/functional_test_utils.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2644,13 +2644,6 @@ pub fn expect_htlc_forwarding_fails(
26442644
/// Performs the "commitment signed dance" - the series of message exchanges which occur after a
26452645
/// commitment update.
26462646
macro_rules! commitment_signed_dance {
2647-
($node_a: expr, $node_b: expr, (), $fail_backwards: expr, true /* skip last step */, true /* return extra message */, true /* return last RAA */) => {
2648-
$crate::ln::functional_test_utils::do_main_commitment_signed_dance(
2649-
&$node_a,
2650-
&$node_b,
2651-
$fail_backwards,
2652-
)
2653-
};
26542647
($node_a: expr, $node_b: expr, $commitment_signed: expr, $fail_backwards: expr, true /* skip last step */, false /* return extra message */, true /* return last RAA */) => {{
26552648
$crate::ln::functional_test_utils::check_added_monitors(&$node_a, 0);
26562649
assert!($node_a.node.get_and_clear_pending_msg_events().is_empty());

0 commit comments

Comments
 (0)