fix: Remove amountReceived, dataOffset from ICallbackVerifier interface
--- don't change below this line --- ENG-4081 Took 1 hour 36 minutes
This commit is contained in:
@@ -11,8 +11,6 @@ interface ICallbackVerifier {
|
||||
external
|
||||
returns (
|
||||
uint256 amountOwed,
|
||||
uint256 amountReceived,
|
||||
address tokenOwed,
|
||||
uint16 dataOffset
|
||||
address tokenOwed
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user