Class Event.PendingHTLCsForwardable

  • Enclosing class:
    Event

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

      • time_forwardable

        public final long time_forwardable
        The minimum amount of time that should be waited prior to calling process_pending_htlc_forwards. To increase the effort required to correlate payments, you should wait a random amount of time in roughly the range (now + time_forwardable, now + 5*time_forwardable).