pub fn expect_pending_htlcs_forwardable_conditions(
    events: Vec<Event>,
    expected_failures: &[HTLCDestination],
)
Expand description

Checks that an Event::PendingHTLCsForwardable is available in the given events and, if there are any Event::HTLCHandlingFailed events their HTLCDestination is included in the expected_failures set.