Update auto-updated Java files
[ldk-java] / src / main / java / org / ldk / enums / CreationError.java
index f46601b3dcf0086a7f828d98846c1ab6e1c364ae..97b8d94114e6fcdf03798c40cc2a899c733d4df5 100644 (file)
@@ -20,6 +20,10 @@ public enum CreationError {
         * The supplied expiry time could cause an overflow if added to a `PositiveTimestamp`
         */
        LDKCreationError_ExpiryTimeOutOfBounds,
+       /**
+        * The supplied millisatoshi amount was greater than the total bitcoin supply.
+        */
+       LDKCreationError_InvalidAmount,
        ; static native void init();
        static { init(); }
 }
\ No newline at end of file