Update auto-generated bindings
[ldk-java] / ts / structs / Result_InvoiceNoneZ.ts
index f968f24239f16f818c448b3e396eeb1945b6112a..5b765330457a0dd761237f3473a5fe4a879e1d49 100644 (file)
@@ -35,7 +35,6 @@ public class Result_InvoiceNoneZ extends CommonBase {
        public static Result_InvoiceNoneZ constructor_ok(Invoice o) {
                number ret = bindings.CResult_InvoiceNoneZ_ok(o == null ? 0 : o.ptr & ~1);
                Result_InvoiceNoneZ ret_hu_conv = Result_InvoiceNoneZ.constr_from_ptr(ret);
-               ret_hu_conv.ptrs_to.add(o);
                return ret_hu_conv;
        }