[Java] Update auto-generated Java structs
[ldk-java] / src / main / java / org / ldk / structs / Result_PayeePubKeyErrorZ.java
index 07635ec55a1084e9294cd095a147ca7f301729af..6b618e279c564ca51d44d7130ad267cbec107295 100644 (file)
@@ -26,7 +26,7 @@ public class Result_PayeePubKeyErrorZ extends CommonBase {
                        super(_dummy, ptr);
                        long res = bindings.CResult_PayeePubKeyErrorZ_get_ok(ptr);
                        org.ldk.structs.PayeePubKey res_hu_conv = null; if (res < 0 || res > 4096) { res_hu_conv = new org.ldk.structs.PayeePubKey(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_PayeePubKeyErrorZ extends CommonBase {
         * Creates a new CResult_PayeePubKeyErrorZ in the success state.
         */
        public static Result_PayeePubKeyErrorZ ok(PayeePubKey o) {
-               long ret = bindings.CResult_PayeePubKeyErrorZ_ok(o == null ? 0 : o.ptr & ~1);
+               long ret = bindings.CResult_PayeePubKeyErrorZ_ok(o == null ? 0 : o.ptr);
                Reference.reachabilityFence(o);
                if (ret >= 0 && ret <= 4096) { return null; }
                Result_PayeePubKeyErrorZ ret_hu_conv = Result_PayeePubKeyErrorZ.constr_from_ptr(ret);
+               if (ret_hu_conv != null) { ret_hu_conv.ptrs_to.add(o); };
                return ret_hu_conv;
        }