We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 878c70a commit a33ee8fCopy full SHA for a33ee8f
src/main.rs
@@ -203,7 +203,7 @@ async fn handle_ldk_events(
203
// satisfied.
204
let funded_tx = bitcoind_client.fund_raw_transaction(raw_tx).await;
205
206
- // Sign the final funding transaction and broadcast it.
+ // Sign the final funding transaction and give it to LDK, who will eventually broadcast it.
207
let signed_tx = bitcoind_client.sign_raw_transaction_with_wallet(funded_tx.hex).await;
208
assert_eq!(signed_tx.complete, true);
209
let final_tx: Transaction =
0 commit comments