X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Fmain.rs;h=4c57c168e474fa238e9cd8eb4c9636cba41c07b2;hb=5b81f38a91bf0c58ffaadae1a50e794a56b1945b;hp=6480805d92759eed4d90407ada06a3f6eb7f202f;hpb=37da86a8a1a3294f991657ecca49c19e7c2b043d;p=ldk-sample diff --git a/src/main.rs b/src/main.rs index 6480805..4c57c16 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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 =