Macro get_htlc_update_msgs
macro_rules! get_htlc_update_msgs {
($node: expr, $node_id: expr) => { ... };
}
Expand description
Gets an UpdateHTLCs MessageSendEvent
Don’t use this, use the identically-named function instead.
macro_rules! get_htlc_update_msgs {
($node: expr, $node_id: expr) => { ... };
}
Gets an UpdateHTLCs MessageSendEvent
Don’t use this, use the identically-named function instead.