Skip to content

Commit b7ca2f6

Browse files
committed
Revert "Revert multicallhandler non-functional change"
This reverts commit ac15197f8dec25e5c1e779c8dc49cc0d08652cde.
1 parent 069b2d3 commit b7ca2f6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

contracts/handlers/MulticallHandler.sol

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,7 @@ contract MulticallHandler is AcrossMessageHandler, ReentrancyGuard {
6161
* @param message abi encoded array of Call structs, containing a target, callData, and value for each call that
6262
* the contract should make.
6363
*/
64-
function handleV3AcrossMessage(
65-
address token,
66-
uint256,
67-
address,
68-
bytes memory message
69-
) external nonReentrant {
64+
function handleV3AcrossMessage(address token, uint256, address, bytes memory message) external nonReentrant {
7065
Instructions memory instructions = abi.decode(message, (Instructions));
7166

7267
// If there is no fallback recipient, call and revert if the inner call fails.

0 commit comments

Comments
 (0)