[Java] Update auto-generated bindings to LDK 0.0.123
[ldk-java] / src / main / java / org / ldk / enums / CreationError.java
index c01ba2ff58d3264e456f827e992d516dd1194fc8..90e1a5f722723ce9db140619d2d75c9cdf64719b 100644 (file)
@@ -1,11 +1,11 @@
 package org.ldk.enums;
 
 /**
- * Errors that may occur when constructing a new `RawInvoice` or `Invoice`
+ * Errors that may occur when constructing a new [`RawBolt11Invoice`] or [`Bolt11Invoice`]
  */
 public enum CreationError {
        /**
-        * The supplied description string was longer than 639 __bytes__ (see [`Description::new(...)`](./struct.Description.html#method.new))
+        * The supplied description string was longer than 639 __bytes__ (see [`Description::new`])
         */
        LDKCreationError_DescriptionTooLong,
        /**
@@ -34,5 +34,5 @@ public enum CreationError {
         */
        LDKCreationError_MinFinalCltvExpiryDeltaTooShort,
        ; static native void init();
-       static { init(); }
+       static { org.ldk.impl.bindings.run_statics(); init(); }
 }
\ No newline at end of file