Class NetworkUpdate.ChannelFailure

  • Enclosing class:
    NetworkUpdate

    public static final class NetworkUpdate.ChannelFailure
    extends NetworkUpdate
    An error indicating that a channel failed to route a payment, which should be applied via [`NetworkGraph::channel_failed_permanent`] if permanent.
    • Field Detail

      • short_channel_id

        public final long short_channel_id
        The short channel id of the closed channel.
      • is_permanent

        public final boolean is_permanent
        Whether the channel should be permanently removed or temporarily disabled until a new `channel_update` message is received.