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

Commit

Permalink
Remove cheatcodes.
Browse files Browse the repository at this point in the history
  • Loading branch information
azteca1998 committed Jun 13, 2024
1 parent c9e7a19 commit ab290e5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/syscalls/native_syscall_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1011,12 +1011,6 @@ impl<'a, 'cache, S: StateReader, C: ContractClassCache> StarknetSyscallHandler
) -> SyscallResult<(U256, U256)> {
Ok((p.x, p.y))
}

fn cheatcode(&mut self, _selector: Felt252, _input: &[Felt252]) -> Vec<Felt252> {
dbg!(_selector);
dbg!(_input);
vec![Felt252::ONE]
}
}

impl<'a, 'cache, S, C> NativeSyscallHandler<'a, 'cache, S, C>
Expand Down

0 comments on commit ab290e5

Please sign in to comment.