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