Skip to content

Commit a33ee8f

Browse files
committed
Fix comment on funding transaction broadcast
1 parent 878c70a commit a33ee8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ async fn handle_ldk_events(
203203
// satisfied.
204204
let funded_tx = bitcoind_client.fund_raw_transaction(raw_tx).await;
205205

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

0 commit comments

Comments
 (0)