chore: cleanup

This commit is contained in:
royvardhan
2025-02-15 01:01:16 +05:30
parent ad91e485d3
commit 9b8175aff9
7 changed files with 8 additions and 12 deletions

View File

@@ -227,10 +227,10 @@ contract TychoRouter is
* This function will static call a verifier contract and should revert if the
* caller is not a pool.
*/
// fallback() external {
// bytes4 selector = bytes4(msg.data[:4]);
// _handleCallback(selector, msg.data[4:]);
// }
fallback() external {
bytes4 selector = bytes4(msg.data[:4]);
_handleCallback(selector, msg.data[4:]);
}
/**
* @dev Pauses the contract