Package org.ldk.structs
Class SendError.BlindedPathAdvanceFailed
- java.lang.Object
-
- org.ldk.structs.SendError
-
- org.ldk.structs.SendError.BlindedPathAdvanceFailed
-
- Enclosing class:
- SendError
public static final class SendError.BlindedPathAdvanceFailed extends SendError
We attempted to send to a blinded path where we are the introduction node, and failed to advance the blinded path to make the second hop the new introduction node. Either [`NodeSigner::ecdh`] failed, we failed to tweak the current blinding point to get the new blinding point, or we were attempting to send to ourselves.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ldk.structs.SendError
SendError.BlindedPathAdvanceFailed, SendError.BufferFull, SendError.GetNodeIdFailed, SendError.InvalidFirstHop, SendError.InvalidMessage, SendError.Secp256k1, SendError.TooBigPacket, SendError.TooFewBlindedHops
-
-
Method Summary
-
Methods inherited from class org.ldk.structs.SendError
blinded_path_advance_failed, buffer_full, clone, eq, equals, finalize, get_node_id_failed, invalid_first_hop, invalid_message, secp256k1, too_big_packet, too_few_blinded_hops
-
-