Skip to content

Commit

Permalink
remove placeholder event
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Nov 18, 2024
1 parent fd03f00 commit 91b8121
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/swap/contracts/Swap.sol
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ contract Swap is UniversalContract {
swapAndWithdraw(zrc20, amount, params.target, params.to);
}

event Evv(address, uint256, address);

function swapAndWithdraw(
address inputToken,
uint256 amount,
Expand Down

0 comments on commit 91b8121

Please sign in to comment.