X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FResult_RouteLightningErrorZ.ts;fp=ts%2Fstructs%2FResult_RouteLightningErrorZ.ts;h=c7ad17f84d101f8187efd9fbc458ec1f98a71c87;hb=9d146759e11191b55130be7a1b6988d3f289a168;hp=08893bd15405450fad8da4540f2716d1f58f4020;hpb=b9716bc7ee492882e4643c9365971fef3761989f;p=ldk-java diff --git a/ts/structs/Result_RouteLightningErrorZ.ts b/ts/structs/Result_RouteLightningErrorZ.ts index 08893bd1..c7ad17f8 100644 --- a/ts/structs/Result_RouteLightningErrorZ.ts +++ b/ts/structs/Result_RouteLightningErrorZ.ts @@ -40,14 +40,12 @@ public class Result_RouteLightningErrorZ extends CommonBase { public static Result_RouteLightningErrorZ constructor_ok(Route o) { number ret = bindings.CResult_RouteLightningErrorZ_ok(o == null ? 0 : o.ptr & ~1); Result_RouteLightningErrorZ ret_hu_conv = Result_RouteLightningErrorZ.constr_from_ptr(ret); - ret_hu_conv.ptrs_to.add(o); return ret_hu_conv; } public static Result_RouteLightningErrorZ constructor_err(LightningError e) { number ret = bindings.CResult_RouteLightningErrorZ_err(e == null ? 0 : e.ptr & ~1); Result_RouteLightningErrorZ ret_hu_conv = Result_RouteLightningErrorZ.constr_from_ptr(ret); - ret_hu_conv.ptrs_to.add(e); return ret_hu_conv; }