X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FResult_InvoiceSemanticErrorZ.ts;h=19539891d05eea69bff16cdae0155fe72f92fe91;hb=5159db8afc915c6934556af6e59df21bc31c57b2;hp=413ed95f7ae27e8773130587d8eb0d1967cac93f;hpb=f6c75b182a7786062a4966e8939701ef59092509;p=ldk-java diff --git a/ts/structs/Result_InvoiceSemanticErrorZ.ts b/ts/structs/Result_InvoiceSemanticErrorZ.ts index 413ed95f..19539891 100644 --- a/ts/structs/Result_InvoiceSemanticErrorZ.ts +++ b/ts/structs/Result_InvoiceSemanticErrorZ.ts @@ -37,7 +37,6 @@ public class Result_InvoiceSemanticErrorZ extends CommonBase { public static Result_InvoiceSemanticErrorZ constructor_ok(Invoice o) { number ret = bindings.CResult_InvoiceSemanticErrorZ_ok(o == null ? 0 : o.ptr & ~1); Result_InvoiceSemanticErrorZ ret_hu_conv = Result_InvoiceSemanticErrorZ.constr_from_ptr(ret); - ret_hu_conv.ptrs_to.add(o); return ret_hu_conv; }