X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FRevokeAndACK.ts;h=15b9945b58350c9bcfe9bb4061cc528b817a952e;hb=fed2245c60159f6c074c9ed5c0f3ce273ad9841b;hp=588081023f5f3ce4480251ffdcac1b6a273ba296;hpb=e9c2970adecaa14b3e83e11eb160a7bcbdae20da;p=ldk-java diff --git a/ts/structs/RevokeAndACK.ts b/ts/structs/RevokeAndACK.ts index 58808102..15b9945b 100644 --- a/ts/structs/RevokeAndACK.ts +++ b/ts/structs/RevokeAndACK.ts @@ -21,6 +21,7 @@ import * as bindings from '../bindings' // TODO: figure out location public RevokeAndACK clone() { number ret = bindings.RevokeAndACK_clone(this.ptr); const ret_hu_conv: RevokeAndACK = new RevokeAndACK(null, ret); + ret_hu_conv.ptrs_to.add(this); return ret_hu_conv; } @@ -54,6 +55,7 @@ import * as bindings from '../bindings' // TODO: figure out location public static RevokeAndACK constructor_new(Uint8Array channel_id_arg, Uint8Array per_commitment_secret_arg, Uint8Array next_per_commitment_point_arg) { number ret = bindings.RevokeAndACK_new(channel_id_arg, per_commitment_secret_arg, next_per_commitment_point_arg); const ret_hu_conv: RevokeAndACK = new RevokeAndACK(null, ret); + ret_hu_conv.ptrs_to.add(ret_hu_conv); return ret_hu_conv; } @@ -65,6 +67,7 @@ import * as bindings from '../bindings' // TODO: figure out location public static RevokeAndACK constructor_read(Uint8Array ser) { number ret = bindings.RevokeAndACK_read(ser); const ret_hu_conv: RevokeAndACK = new RevokeAndACK(null, ret); + ret_hu_conv.ptrs_to.add(ret_hu_conv); return ret_hu_conv; }