Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
fix account_faulty.cairo
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsW3 authored Aug 7, 2024
1 parent 02ac87f commit 1dc3151
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func __validate__{syscall_ptr: felt*}(
contract_address: felt, selector: felt, calldata_len: felt, calldata: felt*
) {
let to_address = 0;
// By calling the `send_message_to_l1` function in validation and exeution, tests can now verify
// By calling the `send_message_to_l1` function in validation and execution, tests can now verify
// the functionality of entry point counters.
send_message_to_l1(to_address, calldata_len, calldata);
faulty_validate();
Expand Down

0 comments on commit 1dc3151

Please sign in to comment.