Bindings updates
[ldk-java] / ts / structs / Result_TxCreationKeysSecpErrorZ.ts
index 54de3e12888eeb62a176a55a749aec011ad7ff46..fa385e17e71f99b3b1ad311d50a31b71321e6824 100644 (file)
@@ -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) {