Class Event.PaymentFailed

  • Enclosing class:
    Event

    public static final class Event.PaymentFailed
    extends Event
    • Field Detail

      • payment_hash

        public final byte[] payment_hash
        The hash which was given to ChannelManager::send_payment.
      • rejected_by_dest

        public final boolean rejected_by_dest
        Indicates the payment was rejected for some reason by the recipient. This implies that the payment has failed, not just the route in question. If this is not set, you may retry the payment via a different route.