X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ts%2Fstructs%2FHolderCommitmentTransaction.ts;fp=ts%2Fstructs%2FHolderCommitmentTransaction.ts;h=1a071a701c79c798c1d484caa3f59c202b7f0bcc;hb=9d146759e11191b55130be7a1b6988d3f289a168;hp=15ce4e0028ec73bc03f48c7801415e7d4560fc58;hpb=b9716bc7ee492882e4643c9365971fef3761989f;p=ldk-java diff --git a/ts/structs/HolderCommitmentTransaction.ts b/ts/structs/HolderCommitmentTransaction.ts index 15ce4e00..1a071a70 100644 --- a/ts/structs/HolderCommitmentTransaction.ts +++ b/ts/structs/HolderCommitmentTransaction.ts @@ -53,7 +53,6 @@ import * as bindings from '../bindings' // TODO: figure out location number ret = bindings.HolderCommitmentTransaction_new(commitment_tx == null ? 0 : commitment_tx.ptr & ~1, counterparty_sig, counterparty_htlc_sigs, holder_funding_key, counterparty_funding_key); const ret_hu_conv: HolderCommitmentTransaction = new HolderCommitmentTransaction(null, ret); ret_hu_conv.ptrs_to.add(ret_hu_conv); - ret_hu_conv.ptrs_to.add(commitment_tx); return ret_hu_conv; }