X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FResult_SpendableOutputDescriptorDecodeErrorZ.ts;h=380336119b673bd26f593d2d096df0f77ed8de7c;hb=fed2245c60159f6c074c9ed5c0f3ce273ad9841b;hp=cb6afaa928b686105fb791bf6b083bca2b6c2fcb;hpb=e9c2970adecaa14b3e83e11eb160a7bcbdae20da;p=ldk-java diff --git a/ts/structs/Result_SpendableOutputDescriptorDecodeErrorZ.ts b/ts/structs/Result_SpendableOutputDescriptorDecodeErrorZ.ts index cb6afaa9..38033611 100644 --- a/ts/structs/Result_SpendableOutputDescriptorDecodeErrorZ.ts +++ b/ts/structs/Result_SpendableOutputDescriptorDecodeErrorZ.ts @@ -35,6 +35,7 @@ public class Result_SpendableOutputDescriptorDecodeErrorZ extends CommonBase { super(_dummy, ptr); number err = bindings.LDKCResult_SpendableOutputDescriptorDecodeErrorZ_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_SpendableOutputDescriptorDecodeErrorZ_Err(DecodeError err) {