Skip to content

Commit

Permalink
f Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Nov 1, 2022
1 parent 20fa03b commit a834254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ impl LdkEventHandler for LdkLiteEventHandler {
});
}
LdkEvent::SpendableOutputs { outputs } => {
// TODO: We should eventually remember the outputs and supply them to the wallet's coin selection, once BDK allows us to do so.
let destination_address = self.chain_access.get_new_address().unwrap();
let output_descriptors = &outputs.iter().map(|a| a).collect::<Vec<_>>();
let tx_feerate =
Expand Down

0 comments on commit a834254

Please sign in to comment.