Skip to content

Commit

Permalink
Update sdk/src/client/api/block_builder/input_selection/core/remainde…
Browse files Browse the repository at this point in the history
…r.rs
  • Loading branch information
Thoralf-M committed Sep 25, 2023
1 parent 8e57016 commit aea2d31
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ impl InputSelection {
fn get_remainder_address(&self) -> Option<(Address, Option<Bip44>)> {
if let Some(remainder_address) = self.remainder_address {
// Search in inputs for the Bip44 chain for the remainder address, so the ledger can regenerate it
#[cfg(feature = "ledger_nano")]
for input in self.available_inputs.iter().chain(self.selected_inputs.iter()) {
let alias_transition = is_alias_transition(
&input.output,
Expand Down

0 comments on commit aea2d31

Please sign in to comment.