Skip to content

Commit

Permalink
Merge pull request #124 from optout21/broadcast-comment
Browse files Browse the repository at this point in the history
[doc only] Fix comment on funding transaction broadcast
  • Loading branch information
TheBlueMatt committed Oct 27, 2023
2 parents 878c70a + a33ee8f commit 941cab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ async fn handle_ldk_events(
// satisfied.
let funded_tx = bitcoind_client.fund_raw_transaction(raw_tx).await;

// Sign the final funding transaction and broadcast it.
// Sign the final funding transaction and give it to LDK, who will eventually broadcast it.
let signed_tx = bitcoind_client.sign_raw_transaction_with_wallet(funded_tx.hex).await;
assert_eq!(signed_tx.complete, true);
let final_tx: Transaction =
Expand Down

0 comments on commit 941cab5

Please sign in to comment.