X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=ts%2Fstructs%2FResult_OpenChannelDecodeErrorZ.ts;fp=ts%2Fstructs%2FResult_OpenChannelDecodeErrorZ.ts;h=874a9e1dfe2dc2845b553527c9376bca8d9e7f1c;hb=9d146759e11191b55130be7a1b6988d3f289a168;hp=8c8432cd7e927f3eb221db17da313b469b9fe5b8;hpb=b9716bc7ee492882e4643c9365971fef3761989f;p=ldk-java diff --git a/ts/structs/Result_OpenChannelDecodeErrorZ.ts b/ts/structs/Result_OpenChannelDecodeErrorZ.ts index 8c8432cd..874a9e1d 100644 --- a/ts/structs/Result_OpenChannelDecodeErrorZ.ts +++ b/ts/structs/Result_OpenChannelDecodeErrorZ.ts @@ -40,14 +40,12 @@ public class Result_OpenChannelDecodeErrorZ extends CommonBase { public static Result_OpenChannelDecodeErrorZ constructor_ok(OpenChannel o) { number ret = bindings.CResult_OpenChannelDecodeErrorZ_ok(o == null ? 0 : o.ptr & ~1); Result_OpenChannelDecodeErrorZ ret_hu_conv = Result_OpenChannelDecodeErrorZ.constr_from_ptr(ret); - ret_hu_conv.ptrs_to.add(o); return ret_hu_conv; } public static Result_OpenChannelDecodeErrorZ constructor_err(DecodeError e) { number ret = bindings.CResult_OpenChannelDecodeErrorZ_err(e == null ? 0 : e.ptr & ~1); Result_OpenChannelDecodeErrorZ ret_hu_conv = Result_OpenChannelDecodeErrorZ.constr_from_ptr(ret); - ret_hu_conv.ptrs_to.add(e); return ret_hu_conv; }