Skip to content

Commit a38ec99

Browse files
committed
Update
1 parent 6089900 commit a38ec99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contracts/crosschain/axelar/AxelarGatewayDestination.sol

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {AxelarGatewayBase} from "./AxelarGatewayBase.sol";
1212
/**
1313
* @dev Implementation of an ERC7786 gateway destination adapter for the Axelar Network in dual mode.
1414
*
15-
* The contract provides an internal {_execute} function to be used by a child contract (active mode),
15+
* The contract implements implements AxelarExecutable's {_execute} function to execute the message (active mode).
1616
* Alternatively, it provides a way to set a message as executed by calling the {setExecutedMessage}
1717
* function (passive mode).
1818
*/
@@ -60,8 +60,8 @@ abstract contract AxelarGatewayDestination is IERC7786GatewayDestinationPassive,
6060
* - `remoteAccount` is the sender of the crosschain message. That should be the remote gateway on the chain which
6161
* the message originates from. It is NOT the sender of the crosschain message
6262
*
63-
* Proper CAIP-10 encoding of the message sender (including the CAIP-2 name of the origin chain) can be found in
64-
* the message
63+
* Proper CAIP-10 encoding of the message sender (including the CAIP-2 name of the origin chain can be found in
64+
* the message)
6565
*/
6666
function _execute(
6767
string calldata remoteChain, // chain of the remote gateway - axelar format

0 commit comments

Comments
 (0)