macro_rules! get_revoke_commit_msgs {
    ($node: expr, $node_id: expr) => { ... };
}
Expand description

Gets an RAA and CS which were sent in response to a commitment update

Don’t use this, use the identically-named function instead.