Skip to content

Commit

Permalink
chore: explicitly make bytes32(0)
Browse files Browse the repository at this point in the history
  • Loading branch information
efecarranza committed Nov 21, 2024
1 parent 83e0efa commit 6fb2806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/swaps/AaveSwapper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ contract AaveSwapper is IAaveSwapper, Initializable, OwnableWithGuardian, Rescua
IERC20(fromToken),
IERC20(toToken),
recipient,
'',
bytes32(0),
priceChecker,
data
);
Expand Down Expand Up @@ -93,7 +93,7 @@ contract AaveSwapper is IAaveSwapper, Initializable, OwnableWithGuardian, Rescua
IERC20(fromToken),
IERC20(toToken),
recipient,
'',
bytes32(0),
priceChecker,
data
);
Expand Down

0 comments on commit 6fb2806

Please sign in to comment.