[Java] Update auto-generated Java structs
[ldk-java] / src / main / java / org / ldk / structs / Result_TxCreationKeysErrorZ.java
index b2c6b8c7ce4e873183fabb77ff55540683b75818..d4b89c1a41c0f635b784e970f0033412cb6c9072 100644 (file)
@@ -25,8 +25,8 @@ public class Result_TxCreationKeysErrorZ extends CommonBase {
                private Result_TxCreationKeysErrorZ_OK(Object _dummy, long ptr) {
                        super(_dummy, ptr);
                        long res = bindings.CResult_TxCreationKeysErrorZ_get_ok(ptr);
-                       TxCreationKeys res_hu_conv = null; if (res < 0 || res > 4096) { res_hu_conv = new TxCreationKeys(null, res); }
-                       res_hu_conv.ptrs_to.add(this);
+                       org.ldk.structs.TxCreationKeys res_hu_conv = null; if (res < 0 || res > 4096) { res_hu_conv = new org.ldk.structs.TxCreationKeys(null, res); }
+                       if (res_hu_conv != null) { res_hu_conv.ptrs_to.add(this); };
                        this.res = res_hu_conv;
                }
        }
@@ -43,10 +43,11 @@ public class Result_TxCreationKeysErrorZ extends CommonBase {
         * Creates a new CResult_TxCreationKeysErrorZ in the success state.
         */
        public static Result_TxCreationKeysErrorZ ok(TxCreationKeys o) {
-               long ret = bindings.CResult_TxCreationKeysErrorZ_ok(o == null ? 0 : o.ptr & ~1);
+               long ret = bindings.CResult_TxCreationKeysErrorZ_ok(o == null ? 0 : o.ptr);
                Reference.reachabilityFence(o);
                if (ret >= 0 && ret <= 4096) { return null; }
                Result_TxCreationKeysErrorZ ret_hu_conv = Result_TxCreationKeysErrorZ.constr_from_ptr(ret);
+               if (ret_hu_conv != null) { ret_hu_conv.ptrs_to.add(o); };
                return ret_hu_conv;
        }