Skip to content

Commit

Permalink
Update EscrowFacet.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
cinnabarhorse committed Dec 20, 2024
1 parent 682b2e7 commit 7d92c84
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/Aavegotchi/facets/EscrowFacet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,6 @@ contract EscrowFacet is Modifiers {
}

if (collateralType == _erc20Contract) {
if (_tokenId != 21496 && _tokenId != 12937 && _tokenId != 6741) revert("Testing");

LibCollateralsEvents.DecreaseStake(_tokenId, _transferAmount);
}

Expand Down

0 comments on commit 7d92c84

Please sign in to comment.