X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FCommitmentSigned.ts;h=58089b3baf3cd9d5c1b7c36e1b1354b3c7a0a171;hb=fed2245c60159f6c074c9ed5c0f3ce273ad9841b;hp=6997cf7c60ab7f0dccdf682afd7c4fd85e63dcaf;hpb=e9c2970adecaa14b3e83e11eb160a7bcbdae20da;p=ldk-java diff --git a/ts/structs/CommitmentSigned.ts b/ts/structs/CommitmentSigned.ts index 6997cf7c..58089b3b 100644 --- a/ts/structs/CommitmentSigned.ts +++ b/ts/structs/CommitmentSigned.ts @@ -21,6 +21,7 @@ import * as bindings from '../bindings' // TODO: figure out location public CommitmentSigned clone() { number ret = bindings.CommitmentSigned_clone(this.ptr); const ret_hu_conv: CommitmentSigned = new CommitmentSigned(null, ret); + ret_hu_conv.ptrs_to.add(this); return ret_hu_conv; } @@ -49,6 +50,7 @@ import * as bindings from '../bindings' // TODO: figure out location public static CommitmentSigned constructor_new(Uint8Array channel_id_arg, Uint8Array signature_arg, Uint8Array[] htlc_signatures_arg) { number ret = bindings.CommitmentSigned_new(channel_id_arg, signature_arg, htlc_signatures_arg); const ret_hu_conv: CommitmentSigned = new CommitmentSigned(null, ret); + ret_hu_conv.ptrs_to.add(ret_hu_conv); return ret_hu_conv; } @@ -60,6 +62,7 @@ import * as bindings from '../bindings' // TODO: figure out location public static CommitmentSigned constructor_read(Uint8Array ser) { number ret = bindings.CommitmentSigned_read(ser); const ret_hu_conv: CommitmentSigned = new CommitmentSigned(null, ret); + ret_hu_conv.ptrs_to.add(ret_hu_conv); return ret_hu_conv; }