Skip to content

Commit 24462a0

Browse files
f document test util return value
1 parent a65ca79 commit 24462a0

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
@@ -2223,6 +2223,7 @@ macro_rules! expect_payment_path_successful {
22232223
}
22242224
}
22252225

2226+
/// Returns the total fee earned by this HTLC forward, in msat.
22262227
pub fn expect_payment_forwarded<CM: AChannelManager, H: NodeHolder<CM=CM>>(
22272228
event: Event, node: &H, prev_node: &H, next_node: &H, expected_fee: Option<u64>,
22282229
expected_extra_fees_msat: Option<u64>, upstream_force_closed: bool,

0 commit comments

Comments
 (0)