Skip to content

Commit

Permalink
Update AxelarGatewayDestination.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Francisco Giordano <[email protected]>
  • Loading branch information
ernestognw and frangio authored Oct 30, 2024
1 parent a5f1368 commit 6089900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/crosschain/axelar/AxelarGatewayDestination.sol
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ abstract contract AxelarGatewayDestination is IERC7786GatewayDestinationPassive,
* - `remoteAccount` is the sender of the crosschain message. That should be the remote gateway on the chain which
* the message originates from. It is NOT the sender of the crosschain message
*
* Proper CAIP-10 encoding of the message sender (including the CAIP-2 name of the origin chain can be found in
* the message)
* Proper CAIP-10 encoding of the message sender (including the CAIP-2 name of the origin chain) can be found in
* the message
*/
function _execute(
string calldata remoteChain, // chain of the remote gateway - axelar format
Expand Down

0 comments on commit 6089900

Please sign in to comment.