X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FResult_ChanKeySignerDecodeErrorZ.ts;h=c8e60414f3ff2dd139ac319b2e3d83aaf5742dad;hb=2f243794d7f279cdc81628a94533b70404bbe888;hp=51a192cfb38d813d29c16a1edd357670e16633ee;hpb=22f5f4208b1f3b5542292250f1612b944f5cd7fd;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) {