From 1b45c6021d22dea9f6e0a34d56985308a90157c8 Mon Sep 17 00:00:00 2001 From: Sk8erboi84 Date: Sun, 19 Nov 2023 02:14:49 +0100 Subject: [PATCH] added a todo --- src/deposit/execute_deposit_utils.cairo | 1 + 1 file changed, 1 insertion(+) diff --git a/src/deposit/execute_deposit_utils.cairo b/src/deposit/execute_deposit_utils.cairo index 5eb05798..8987e973 100644 --- a/src/deposit/execute_deposit_utils.cairo +++ b/src/deposit/execute_deposit_utils.cairo @@ -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) }