[Java] Update auto-generated Java structs
[ldk-java] / src / main / java / org / ldk / structs / Result_TxCreationKeysErrorZ.java
index 6e6e34d301cf3a6684111da28762f22a6742352c..d4b89c1a41c0f635b784e970f0033412cb6c9072 100644 (file)
@@ -26,7 +26,7 @@ public class Result_TxCreationKeysErrorZ extends CommonBase {
                        super(_dummy, ptr);
                        long res = bindings.CResult_TxCreationKeysErrorZ_get_ok(ptr);
                        org.ldk.structs.TxCreationKeys res_hu_conv = null; if (res < 0 || res > 4096) { res_hu_conv = new org.ldk.structs.TxCreationKeys(null, res); }
-                       res_hu_conv.ptrs_to.add(this);
+                       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;
        }