Merge pull request #155 from TheBlueMatt/main
[ldk-java] / src / main / java / org / ldk / enums / Currency.java
index 67ed429b6472232a94997441408ca88407873b2f..4c57527ee9226d81e61c7b6b25ac91a4659f0f68 100644 (file)
@@ -25,5 +25,5 @@ public enum Currency {
         */
        LDKCurrency_Signet,
        ; static native void init();
-       static { init(); }
+       static { org.ldk.impl.bindings.run_statics(); init(); }
 }
\ No newline at end of file