Macro expect_pending_htlcs_forwardable_ignore
macro_rules! expect_pending_htlcs_forwardable_ignore {
($node: expr) => { ... };
}
Expand description
Clears (and ignores) a PendingHTLCsForwardable event
Don’t use this, call expect_pending_htlcs_forwardable_conditions()
with an empty failure
set instead.