Update auto-generated bindings
[ldk-java] / ts / structs / Result_boolLightningErrorZ.ts
index 449afc5956c7c0e4a42ebcfc4dfa1f715d6e546b..803ef06d87a013ec97269915d1e1242c31272366 100644 (file)
@@ -43,7 +43,6 @@ public class Result_boolLightningErrorZ extends CommonBase {
        public static Result_boolLightningErrorZ constructor_err(LightningError e) {
                number ret = bindings.CResult_boolLightningErrorZ_err(e == null ? 0 : e.ptr & ~1);
                Result_boolLightningErrorZ ret_hu_conv = Result_boolLightningErrorZ.constr_from_ptr(ret);
-               ret_hu_conv.ptrs_to.add(e);
                return ret_hu_conv;
        }