X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FResult_RoutingFeesDecodeErrorZ.ts;h=e8aef3a95b564601b90bf068c553878ce13f4f7d;hb=fed2245c60159f6c074c9ed5c0f3ce273ad9841b;hp=cbd3d168b047412459c3a4c724c1f922758bf98e;hpb=e9c2970adecaa14b3e83e11eb160a7bcbdae20da;p=ldk-java diff --git a/ts/structs/Result_RoutingFeesDecodeErrorZ.ts b/ts/structs/Result_RoutingFeesDecodeErrorZ.ts index cbd3d168..e8aef3a9 100644 --- a/ts/structs/Result_RoutingFeesDecodeErrorZ.ts +++ b/ts/structs/Result_RoutingFeesDecodeErrorZ.ts @@ -21,6 +21,7 @@ public class Result_RoutingFeesDecodeErrorZ extends CommonBase { super(_dummy, ptr); number res = bindings.LDKCResult_RoutingFeesDecodeErrorZ_get_ok(ptr); const res_hu_conv: RoutingFees = new RoutingFees(null, res); + res_hu_conv.ptrs_to.add(this); this.res = res_hu_conv; } public Result_RoutingFeesDecodeErrorZ_OK(RoutingFees res) { @@ -35,6 +36,7 @@ public class Result_RoutingFeesDecodeErrorZ extends CommonBase { super(_dummy, ptr); number err = bindings.LDKCResult_RoutingFeesDecodeErrorZ_get_err(ptr); const err_hu_conv: DecodeError = new DecodeError(null, err); + err_hu_conv.ptrs_to.add(this); this.err = err_hu_conv; } public Result_RoutingFeesDecodeErrorZ_Err(DecodeError err) {