chore: remove author from docs
This commit is contained in:
@@ -10,7 +10,6 @@ error Dispatcher__InvalidDataLength();
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @title Dispatcher - Dispatch execution to external contracts
|
* @title Dispatcher - Dispatch execution to external contracts
|
||||||
* @author PropellerHeads Devs
|
|
||||||
* @dev Provides the ability to delegate execution of swaps to external
|
* @dev Provides the ability to delegate execution of swaps to external
|
||||||
* contracts. This allows dynamically adding new supported protocols
|
* contracts. This allows dynamically adding new supported protocols
|
||||||
* without needing to upgrade any contracts. External contracts will
|
* without needing to upgrade any contracts. External contracts will
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ error OneTransferFromOnly__MultipleTransferFrom();
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @title OneTransferFromOnly - Restrict to one transferFrom on approved params per swap
|
* @title OneTransferFromOnly - Restrict to one transferFrom on approved params per swap
|
||||||
* @author PropellerHeads Devs
|
|
||||||
* @dev Restricts to one `transferFrom` (using `permit2` or regular `transferFrom`)
|
* @dev Restricts to one `transferFrom` (using `permit2` or regular `transferFrom`)
|
||||||
* per swap, while ensuring that the `transferFrom` is only performed on the input
|
* per swap, while ensuring that the `transferFrom` is only performed on the input
|
||||||
* token and the input amount, from the msg.sender's wallet that calls the main swap
|
* token and the input amount, from the msg.sender's wallet that calls the main swap
|
||||||
|
|||||||
Reference in New Issue
Block a user