do_self_payment

Function do_self_payment 

Source
pub(crate) async fn do_self_payment(
    prefix: &str,
    client: &ClientHandleArc,
    invoice_amount: Amount,
    event_sender: &UnboundedSender<MetricEvent>,
) -> Result<()>