Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cairo 2.1.1 #138

Merged
merged 12 commits into from
Sep 11, 2023
Prev Previous commit
Next Next commit
Update starknet1.cairo
  • Loading branch information
shramee committed Aug 21, 2023
commit e83a0142c69152bded0e03dc7cb68b3d67482cbc
1 change: 0 additions & 1 deletion exercises/starknet/basics/starknet1.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ mod JoesContract {
#[storage]
struct Storage {}

#[external(v0)]
impl IJoesContractImpl of super::IJoesContract<ContractState> {
fn get_owner(self: @ContractState) -> felt252 {
'Joe'
Expand Down