Payment Aborted
fun PaymentAborted(request: SendPayment, reason: FinalFailure, pending: Map<UUID, Pair<OutgoingPayment.Part, SharedSecrets>>, failures: List<Either<ChannelException, FailureMessage>>)
Content copied to clipboard
Parameters
request
payment request containing the total amount to send.
reason
failure reason.
pending
pending child payments (we are waiting for them to be failed downstream).
failures
child payment failures.