chore: cleanup
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
pragma solidity ^0.8.26;
|
||||
|
||||
interface ICallback {
|
||||
error UnauthorizedCaller(string exchange, address sender);
|
||||
|
||||
function handleCallback(
|
||||
bytes calldata data
|
||||
) external returns (bytes memory result);
|
||||
|
||||
Reference in New Issue
Block a user