Skip to content

Commit a834254

Browse files
committed
f Add TODO
1 parent 20fa03b commit a834254

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/event.rs

+1
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@ impl LdkEventHandler for LdkLiteEventHandler {
432432
});
433433
}
434434
LdkEvent::SpendableOutputs { outputs } => {
435+
// TODO: We should eventually remember the outputs and supply them to the wallet's coin selection, once BDK allows us to do so.
435436
let destination_address = self.chain_access.get_new_address().unwrap();
436437
let output_descriptors = &outputs.iter().map(|a| a).collect::<Vec<_>>();
437438
let tx_feerate =

0 commit comments

Comments
 (0)