macro_rules! check_added_monitors { ($node: expr, $count: expr) => { ... }; }
Expand description
Check whether N channel monitor(s) have been added.
Don’t use this, use the identically-named function instead.
macro_rules! check_added_monitors { ($node: expr, $count: expr) => { ... }; }
Check whether N channel monitor(s) have been added.
Don’t use this, use the identically-named function instead.