Skip to content

Commit

Permalink
Update contracts/src/CrossChainApplications/NativeTokenBridge/IERC20T…
Browse files Browse the repository at this point in the history
…okenSource.sol

Co-authored-by: minghinmatthewlam <[email protected]>
Signed-off-by: Geoff Stuart <[email protected]>
  • Loading branch information
geoff-vball and minghinmatthewlam authored Nov 16, 2023
1 parent 526231d commit 1caf678
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pragma solidity 0.8.18;
*/
interface IERC20TokenSource {
/**
* @dev Emitted when ERC20 tokens are locked in this bridge contract to be bridged to the destination chain.
* @dev Emitted when ERC20 tokens are locked in this source contract to be transferred to the destination chain.
*/
event TransferToDestination(
address indexed sender,
Expand Down

0 comments on commit 1caf678

Please sign in to comment.