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