chore: remove author from docs

This commit is contained in:
TAMARA LIPOWSKI
2025-05-15 13:44:51 -04:00
parent 7c26e56a85
commit ec3d04d565
2 changed files with 0 additions and 2 deletions

View File

@@ -10,7 +10,6 @@ error Dispatcher__InvalidDataLength();
/**
* @title Dispatcher - Dispatch execution to external contracts
* @author PropellerHeads Devs
* @dev Provides the ability to delegate execution of swaps to external
* contracts. This allows dynamically adding new supported protocols
* without needing to upgrade any contracts. External contracts will

View File

@@ -10,7 +10,6 @@ error OneTransferFromOnly__MultipleTransferFrom();
/**
* @title OneTransferFromOnly - Restrict to one transferFrom on approved params per swap
* @author PropellerHeads Devs
* @dev Restricts to one `transferFrom` (using `permit2` or regular `transferFrom`)
* 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