Skip to content

Commit

Permalink
Update DepositDataHelper description
Browse files Browse the repository at this point in the history
  • Loading branch information
lastperson committed Sep 9, 2024
1 parent 7ec26c4 commit c2d496e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contracts/handlers/DepositDataHelper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ import "./ERCHandlerHelpers.sol";
import "../interfaces/ISygmaMessageReceiver.sol";

/**
@title Function used across handler contracts.
@title Contract to simplify parsing of deposit data with an optional message.
@author ChainSafe Systems.
@notice This contract is intended to be used with the Bridge contract.
*/
contract DepositDataHelper is ERCHandlerHelpers {
address public immutable _defaultMessageReceiver;
Expand Down

0 comments on commit c2d496e

Please sign in to comment.