Class RecentPaymentDetails.Abandoned

  • Enclosing class:
    RecentPaymentDetails

    public static final class RecentPaymentDetails.Abandoned
    extends RecentPaymentDetails
    After a payment's retries are exhausted per the provided [`Retry`], or it is explicitly abandoned via [`ChannelManager::abandon_payment`], it is marked as abandoned until all pending HTLCs for this payment resolve and an [`Event::PaymentFailed`] is generated.
    • Field Detail

      • payment_hash

        public final byte[] payment_hash
        Hash of the payment that we have given up trying to send.