X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FEvent.ts;fp=ts%2Fstructs%2FEvent.ts;h=110456b099268f9eefaef08ffe4b6a232eace1ab;hb=fed2245c60159f6c074c9ed5c0f3ce273ad9841b;hp=fdf0a8c2194667ec56158eed71ce12a4f6b1340d;hpb=e9c2970adecaa14b3e83e11eb160a7bcbdae20da;p=ldk-java diff --git a/ts/structs/Event.ts b/ts/structs/Event.ts index fdf0a8c2..110456b0 100644 --- a/ts/structs/Event.ts +++ b/ts/structs/Event.ts @@ -55,6 +55,7 @@ export class FundingBroadcastSafe extends Event { super(null, ptr); const funding_txo: number = obj.funding_txo; const funding_txo_hu_conv: OutPoint = new OutPoint(null, funding_txo); + funding_txo_hu_conv.ptrs_to.add(this); this.funding_txo = funding_txo_hu_conv; this.user_channel_id = obj.user_channel_id; }