Class NetworkUpdate.NodeFailure

  • Enclosing class:
    NetworkUpdate

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

      • node_id

        public final byte[] node_id
        The node id of the failed node.
      • is_permanent

        public final boolean is_permanent
        Whether the node should be permanently removed from consideration or can be restored when a new `channel_update` message is received.