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
|
external
|
||||||
returns (
|
returns (
|
||||||
uint256 amountOwed,
|
uint256 amountOwed,
|
||||||
uint256 amountReceived,
|
address tokenOwed
|
||||||
address tokenOwed,
|
|
||||||
uint16 dataOffset
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user