Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Jan 15, 2024
1 parent 1f57689 commit 8f60248
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ impl InputSelection {
return Ok((None, storage_deposit_returns));
}

// TODO underflows?
let amount_diff = input_amount - output_amount;
let mana_diff = input_mana - output_mana;

Expand Down

0 comments on commit 8f60248

Please sign in to comment.