Macro unwrap_send_err
macro_rules! unwrap_send_err {
($res: expr, $all_failed: expr, $type: pat, $check: expr) => { ... };
}Expand description
Check the error from attempting a payment.
macro_rules! unwrap_send_err {
($res: expr, $all_failed: expr, $type: pat, $check: expr) => { ... };
}Check the error from attempting a payment.