Skip to content

Commit 3c705d4

Browse files
committed
f Add TODO
1 parent 3413d16 commit 3c705d4

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
@@ -448,6 +448,7 @@ impl LdkEventHandler for LdkLiteEventHandler {
448448
});
449449
}
450450
LdkEvent::SpendableOutputs { outputs } => {
451+
// TODO: We should eventually remember the outputs and supply them to the wallet's coin selection, once BDK allows us to do so.
451452
let destination_address = self.chain_access.get_new_address().unwrap();
452453
let output_descriptors = &outputs.iter().map(|a| a).collect::<Vec<_>>();
453454
let tx_feerate =

0 commit comments

Comments
 (0)