Skip to content

Commit

Permalink
fix amount sums
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Coats committed Feb 15, 2024
1 parent 6e20820 commit 4ba7497
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ impl InputSelection {
}
}

for output in self.all_outputs() {
for output in self.non_remainder_outputs() {
outputs_sum += output.amount();

if let Output::Basic(output) = output {
Expand Down

0 comments on commit 4ba7497

Please sign in to comment.