Skip to content

Commit

Permalink
Merge pull request #51 from argentlabs/remove-todos
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonard-Pat authored Jun 27, 2024
2 parents 237b64b + 664afc4 commit 40b4f79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/contracts/escrow_library.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,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 {
Expand Down

0 comments on commit 40b4f79

Please sign in to comment.