Skip to content

Commit

Permalink
Typo corrected (#2066)
Browse files Browse the repository at this point in the history
"aas" --> "as"

Co-authored-by: Amine E. <[email protected]>
  • Loading branch information
AAYUSH-GUPTA-coder and aelmanaa authored Sep 10, 2024
1 parent 99a1b53 commit 4c329da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/samples/CCIP/Messenger.sol
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ contract Messenger is CCIPReceiver, OwnerIsCreator {
Client.EVM2AnyMessage({
receiver: abi.encode(_receiver), // ABI-encoded receiver address
data: abi.encode(_text), // ABI-encoded string
tokenAmounts: new Client.EVMTokenAmount[](0), // Empty array aas no tokens are transferred
tokenAmounts: new Client.EVMTokenAmount[](0), // Empty array as no tokens are transferred
extraArgs: Client._argsToBytes(
// Additional arguments, setting gas limit
Client.EVMExtraArgsV1({gasLimit: 200_000})
Expand Down

0 comments on commit 4c329da

Please sign in to comment.