Merge branch 'main' into router/tnl/reset-transient-storage
This commit is contained in:
@@ -57,7 +57,7 @@ contract Dispatcher {
|
||||
* protocol-specific data required by the executor.
|
||||
*/
|
||||
// slither-disable-next-line delegatecall-loop,assembly
|
||||
function _callExecutor(
|
||||
function _callSwapOnExecutor(
|
||||
address executor,
|
||||
uint256 amount,
|
||||
bytes calldata data
|
||||
@@ -94,7 +94,7 @@ contract Dispatcher {
|
||||
}
|
||||
|
||||
// slither-disable-next-line assembly
|
||||
function _handleCallback(bytes calldata data)
|
||||
function _callHandleCallbackOnExecutor(bytes calldata data)
|
||||
internal
|
||||
returns (bytes memory)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user