X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FResult_NoneLightningErrorZ.ts;h=a796ee9e30337aa376875479c2fe96e7643b82fe;hb=9d146759e11191b55130be7a1b6988d3f289a168;hp=ffc9640d323be3e00244ad1214aacc8ce00af825;hpb=b9716bc7ee492882e4643c9365971fef3761989f;p=ldk-java diff --git a/ts/structs/Result_NoneLightningErrorZ.ts b/ts/structs/Result_NoneLightningErrorZ.ts index ffc9640d..a796ee9e 100644 --- a/ts/structs/Result_NoneLightningErrorZ.ts +++ b/ts/structs/Result_NoneLightningErrorZ.ts @@ -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; }