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:
Diana Carvalho
2025-01-29 20:19:12 +00:00
parent 63b94b5584
commit 33ada0cf26

View File

@@ -11,8 +11,6 @@ interface ICallbackVerifier {
external external
returns ( returns (
uint256 amountOwed, uint256 amountOwed,
uint256 amountReceived, address tokenOwed
address tokenOwed,
uint16 dataOffset
); );
} }