Skip to content

Commit a86582a

Browse files
Clarify the canceler address is on the destination chain
1 parent 4ca8a8e commit a86582a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/protocol/IETHBridge.sol

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ interface IETHBridge {
6060
/// @param to The receiver of the deposit
6161
/// @param data Any calldata to be sent to the receiver in case of a contract
6262
/// @param context Application-specific context data
63-
/// @param canceler Address that is allowed to cancel the deposit (zero address means deposit is uncancellable)
63+
/// @param canceler Address on the destination chain that is allowed to cancel the deposit (zero address means
64+
/// deposit is uncancellable)
6465
function deposit(address to, bytes memory data, bytes memory context, address canceler)
6566
external
6667
payable

0 commit comments

Comments
 (0)