Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Jan 9, 2024
1 parent b83c532 commit d296f5c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ impl InputSelection {
} else {
let mut inputs = Vec::new();

// TODO we should do as for the amount and have preferences on which inputs to pick.
while let Some(input) = self.available_inputs.pop() {
selected_mana += input.output.mana();
inputs.push(input);
Expand Down

0 comments on commit d296f5c

Please sign in to comment.