diff --git a/sdk/src/client/api/block_builder/input_selection/requirement/mana.rs b/sdk/src/client/api/block_builder/input_selection/requirement/mana.rs index 1557e519b5..281302d7b1 100644 --- a/sdk/src/client/api/block_builder/input_selection/requirement/mana.rs +++ b/sdk/src/client/api/block_builder/input_selection/requirement/mana.rs @@ -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);