From 2f3bab521e8649fa37dc40184d90efaa6af5cce5 Mon Sep 17 00:00:00 2001 From: Sergio Garcia Date: Thu, 27 Jun 2024 09:59:04 +0100 Subject: [PATCH] remove TODOs --- src/contracts/escrow_library.cairo | 1 - 1 file changed, 1 deletion(-) diff --git a/src/contracts/escrow_library.cairo b/src/contracts/escrow_library.cairo index 9b1bdd0..1c18d85 100644 --- a/src/contracts/escrow_library.cairo +++ b/src/contracts/escrow_library.cairo @@ -181,7 +181,6 @@ mod EscrowLibrary { let dust = if gift.gift_token == gift.fee_token { gift_balance - gift.gift_amount } else { - // TODO Double check reentrancy here balance_of(gift.fee_token, contract_address) }; if dust > 0 {