Skip to content

Commit

Permalink
remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yvesfracari committed Nov 26, 2024
1 parent 4a3d68d commit bba4acb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/deposit-pool/src/hooks/useGetHookInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export function useGetHookInfo(pool?: IPool) {

if (!tokenAllowances) return defaultPermitData;

// Check needed allowance with 5% buffer
const amountsWithBuffer = pool.allTokens.map((token) => {
const tokenAddress = token.address.toLowerCase();
const amount = params.amounts[tokenAddress];
Expand Down

0 comments on commit bba4acb

Please sign in to comment.