X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FResult_ChanKeySignerDecodeErrorZ.ts;h=c8e60414f3ff2dd139ac319b2e3d83aaf5742dad;hb=fed2245c60159f6c074c9ed5c0f3ce273ad9841b;hp=51a192cfb38d813d29c16a1edd357670e16633ee;hpb=e9c2970adecaa14b3e83e11eb160a7bcbdae20da;p=ldk-java diff --git a/ts/structs/Result_ChanKeySignerDecodeErrorZ.ts b/ts/structs/Result_ChanKeySignerDecodeErrorZ.ts index 51a192cf..c8e60414 100644 --- a/ts/structs/Result_ChanKeySignerDecodeErrorZ.ts +++ b/ts/structs/Result_ChanKeySignerDecodeErrorZ.ts @@ -36,6 +36,7 @@ public class Result_ChanKeySignerDecodeErrorZ extends CommonBase { super(_dummy, ptr); number err = bindings.LDKCResult_ChanKeySignerDecodeErrorZ_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_ChanKeySignerDecodeErrorZ_Err(DecodeError err) {