]> git.bitcoin.ninja Git - ldk-java/blobdiff - src/main/java/org/ldk/structs/SendError.java
[Java] Update auto-generated bindings to LDK 0.0.118
[ldk-java] / src / main / java / org / ldk / structs / SendError.java
index 543ba0dc767ae3de816c1de8268bd0c1faa03497..73a030c8dcd45bfe6d638e96d662a5d3df6f94d9 100644 (file)
@@ -70,8 +70,8 @@ public class SendError extends CommonBase {
                }
        }
        /**
-        * The provided [`Destination`] was an invalid [`BlindedPath`], due to having fewer than two
-        * blinded hops.
+        * The provided [`Destination`] was an invalid [`BlindedPath`] due to not having any blinded
+        * hops.
         */
        public final static class TooFewBlindedHops extends SendError {
                private TooFewBlindedHops(long ptr, bindings.LDKSendError.TooFewBlindedHops obj) {
@@ -105,7 +105,7 @@ public class SendError extends CommonBase {
        /**
         * Failed to retrieve our node id from the provided [`NodeSigner`].
         * 
-        * [`NodeSigner`]: crate::chain::keysinterface::NodeSigner
+        * [`NodeSigner`]: crate::sign::NodeSigner
         */
        public final static class GetNodeIdFailed extends SendError {
                private GetNodeIdFailed(long ptr, bindings.LDKSendError.GetNodeIdFailed obj) {