Skip to content

Commit 922bace

Browse files
authored
Update ldk_ts.js
1 parent 75c3b8d commit 922bace

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/lightning/ldk_ts.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ async function main() {
2121
};
2222

2323
const contractDescriptor = {
24+
2425

2526

2627
// Create and sign DLC transaction
@@ -46,10 +47,7 @@ async function main() {
4647
partyASigs,
4748
partyBSigs,
4849
});
49-
50-
// Broadcast the contract transaction to the network
51-
// ...
52-
50+
5351
// Interact with the DLC contract
5452
const dlcContract = ldk.loadDlcContract(contractDescriptor);
5553

0 commit comments

Comments
 (0)