Skip to content

Commit

Permalink
include provided
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Coats committed Feb 15, 2024
1 parent d155b8b commit 6e20820
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/src/client/api/block_builder/input_selection/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,9 @@ impl InputSelection {
}

let outputs = self
.added_outputs
.provided_outputs
.into_iter()
.chain(self.added_outputs)
.chain(self.remainders.storage_deposit_returns)
.chain(self.remainders.data.iter().map(|r| r.output.clone()))
.collect::<Vec<_>>();
Expand Down

0 comments on commit 6e20820

Please sign in to comment.