Merge pull request #123 from TheBlueMatt/main
[ldk-sample] / src / main.rs
index 6480805d92759eed4d90407ada06a3f6eb7f202f..4c57c168e474fa238e9cd8eb4c9636cba41c07b2 100644 (file)
@@ -213,7 +213,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 =