X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FResult_NonePeerHandleErrorZ.ts;h=9925e91c9000dcfb508c6bd3bf17a1d1118a7d86;hb=9d146759e11191b55130be7a1b6988d3f289a168;hp=181e70fb20a4b59b0e677f052e976756436f77a1;hpb=b9716bc7ee492882e4643c9365971fef3761989f;p=ldk-java diff --git a/ts/structs/Result_NonePeerHandleErrorZ.ts b/ts/structs/Result_NonePeerHandleErrorZ.ts index 181e70fb..9925e91c 100644 --- a/ts/structs/Result_NonePeerHandleErrorZ.ts +++ b/ts/structs/Result_NonePeerHandleErrorZ.ts @@ -41,7 +41,6 @@ public class Result_NonePeerHandleErrorZ extends CommonBase { public static Result_NonePeerHandleErrorZ constructor_err(PeerHandleError e) { number ret = bindings.CResult_NonePeerHandleErrorZ_err(e == null ? 0 : e.ptr & ~1); Result_NonePeerHandleErrorZ ret_hu_conv = Result_NonePeerHandleErrorZ.constr_from_ptr(ret); - ret_hu_conv.ptrs_to.add(e); return ret_hu_conv; }