X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=ts%2Fstructs%2FResult_PingDecodeErrorZ.ts;h=f7ee22b9599709e138f73404e53a5ca62e3f6187;hb=9d146759e11191b55130be7a1b6988d3f289a168;hp=11357f3b35bb23fa6a0a11164ac9068e70e0ab3c;hpb=b9716bc7ee492882e4643c9365971fef3761989f;p=ldk-java diff --git a/ts/structs/Result_PingDecodeErrorZ.ts b/ts/structs/Result_PingDecodeErrorZ.ts index 11357f3b..f7ee22b9 100644 --- a/ts/structs/Result_PingDecodeErrorZ.ts +++ b/ts/structs/Result_PingDecodeErrorZ.ts @@ -40,14 +40,12 @@ public class Result_PingDecodeErrorZ extends CommonBase { public static Result_PingDecodeErrorZ constructor_ok(Ping o) { number ret = bindings.CResult_PingDecodeErrorZ_ok(o == null ? 0 : o.ptr & ~1); Result_PingDecodeErrorZ ret_hu_conv = Result_PingDecodeErrorZ.constr_from_ptr(ret); - ret_hu_conv.ptrs_to.add(o); return ret_hu_conv; } public static Result_PingDecodeErrorZ constructor_err(DecodeError e) { number ret = bindings.CResult_PingDecodeErrorZ_err(e == null ? 0 : e.ptr & ~1); Result_PingDecodeErrorZ ret_hu_conv = Result_PingDecodeErrorZ.constr_from_ptr(ret); - ret_hu_conv.ptrs_to.add(e); return ret_hu_conv; }