[Java] Update auto-generated bindings
[ldk-java] / src / main / java / org / ldk / enums / Secp256k1Error.java
index cca53632dc174423e4b7fcad8415e1424ab91aa7..15ac4972ce809a0456ba65fd4b76c6e2258571f4 100644 (file)
@@ -24,6 +24,10 @@ public enum Secp256k1Error {
         * Bad secret key
         */
        LDKSecp256k1Error_InvalidSecretKey,
+       /**
+        * Bad shared secret.
+        */
+       LDKSecp256k1Error_InvalidSharedSecret,
        /**
         * Bad recovery id
         */
@@ -32,14 +36,18 @@ public enum Secp256k1Error {
         * Invalid tweak for add_assign or mul_assign
         */
        LDKSecp256k1Error_InvalidTweak,
-       /**
-        * tweak_add_check failed on an xonly public key
-        */
-       LDKSecp256k1Error_TweakCheckFailed,
        /**
         * Didn't pass enough memory to context creation with preallocated memory
         */
        LDKSecp256k1Error_NotEnoughMemory,
+       /**
+        * Bad set of public keys.
+        */
+       LDKSecp256k1Error_InvalidPublicKeySum,
+       /**
+        * The only valid parity values are 0 or 1.
+        */
+       LDKSecp256k1Error_InvalidParityValue,
        ; static native void init();
-       static { init(); }
+       static { org.ldk.impl.bindings.run_statics(); init(); }
 }
\ No newline at end of file