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 1dc3151 commit b44d395
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ mod Account {
calldata: Array<felt252>
) -> felt252 {
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_syscall(
to_address: to_address,
Expand Down

0 comments on commit b44d395

Please sign in to comment.