macro_rules! check_closed_broadcast { ($node: expr, $with_error_msg: expr) => { ... }; }
Expand description
Check that a channel’s closing channel update has been broadcasted, and optionally check whether an error message event has occurred.
Don’t use this, use the identically-named function instead.