Skip to content

Commit 345b9ba

Browse files
committed
delete the wrong description
1 parent ce16362 commit 345b9ba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sample-executors/SwapRouter02Executor.sol

-2
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,10 @@ contract SwapRouter02Executor is IReactorCallback, Owned {
4949
weth = WETH(payable(_swapRouter02.WETH9()));
5050
}
5151

52-
/// @notice assume that we already have all output tokens
5352
function execute(SignedOrder calldata order, bytes calldata callbackData) external onlyWhitelistedCaller {
5453
reactor.executeWithCallback(order, callbackData);
5554
}
5655

57-
/// @notice assume that we already have all output tokens
5856
function executeBatch(SignedOrder[] calldata orders, bytes calldata callbackData) external onlyWhitelistedCaller {
5957
reactor.executeBatchWithCallback(orders, callbackData);
6058
}

0 commit comments

Comments
 (0)