Skip to content

Commit

Permalink
Update packages/horizon/contracts/data-service/interfaces/IDataServic…
Browse files Browse the repository at this point in the history
…eRescuable.sol

Co-authored-by: Tomás Migone <[email protected]>
  • Loading branch information
MoonBoi9001 and tmigone authored Oct 2, 2024
1 parent dcbcf7e commit d459928
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interface IDataServiceRescuable is IDataService {
* @param token The address of the token being rescued
* @param tokens The amount of tokens rescued
*/
event TokensRescued(address indexed from, address indexed to, address token, uint256 tokens);
event TokensRescued(address indexed from, address indexed to, address indexed token, uint256 tokens);

/**
* @notice Emitted when a rescuer is set.
Expand Down

0 comments on commit d459928

Please sign in to comment.