Macro breez_sdk_core::lightning::check_added_monitors

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.