Skip to content

Commit

Permalink
added a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sk8erboi84 committed Nov 19, 2023
1 parent 3c7c3cd commit 1b45c60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/deposit/execute_deposit_utils.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ fn execute_deposit_helper(
true,
);

//TODO add the pool_value_info.pool in the error message
if pool_value_info.pool_value < Zeroable::zero() {
panic_with_felt252(DepositError::INVALID_POOL_VALUE_FOR_DEPOSIT)
}
Expand Down

0 comments on commit 1b45c60

Please sign in to comment.