Skip to content

Commit 1424b28

Browse files
committed
f tweak instead of dropping conditional compile
1 parent 79b3e5d commit 1424b28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/ln/functional_test_utils.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,7 @@ macro_rules! expect_pending_htlcs_forwardable {
866866
}}
867867
}
868868

869+
#[cfg(any(test, feature = "unstable"))]
869870
macro_rules! expect_payment_received {
870871
($node: expr, $expected_payment_hash: expr, $expected_recv_value: expr) => {
871872
let events = $node.node.get_and_clear_pending_events();

0 commit comments

Comments
 (0)