X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-sample;a=blobdiff_plain;f=src%2Fmain.rs;fp=src%2Fmain.rs;h=33b17078f3b9aea808d7cc2b83f4d5dcd1fa5fa8;hp=50edb22ed54449d47d1f168c252ab05ff0ff7a6a;hb=941cab58328135a750edac6f2c46259d715bc0f8;hpb=878c70a41bd9009d12fe05dfb5c4a0f90ae762e6 diff --git a/src/main.rs b/src/main.rs index 50edb22..33b1707 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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 =