X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FResult_TxCreationKeysSecpErrorZ.ts;fp=ts%2Fstructs%2FResult_TxCreationKeysSecpErrorZ.ts;h=fa385e17e71f99b3b1ad311d50a31b71321e6824;hb=fed2245c60159f6c074c9ed5c0f3ce273ad9841b;hp=54de3e12888eeb62a176a55a749aec011ad7ff46;hpb=e9c2970adecaa14b3e83e11eb160a7bcbdae20da;p=ldk-java diff --git a/ts/structs/Result_TxCreationKeysSecpErrorZ.ts b/ts/structs/Result_TxCreationKeysSecpErrorZ.ts index 54de3e12..fa385e17 100644 --- a/ts/structs/Result_TxCreationKeysSecpErrorZ.ts +++ b/ts/structs/Result_TxCreationKeysSecpErrorZ.ts @@ -21,6 +21,7 @@ public class Result_TxCreationKeysSecpErrorZ extends CommonBase { super(_dummy, ptr); number res = bindings.LDKCResult_TxCreationKeysSecpErrorZ_get_ok(ptr); const res_hu_conv: TxCreationKeys = new TxCreationKeys(null, res); + res_hu_conv.ptrs_to.add(this); this.res = res_hu_conv; } public Result_TxCreationKeysSecpErrorZ_OK(TxCreationKeys res) {