starknet-edu / starknet-cairo-101

Learn how to read Cairo code
470 stars 245 forks source link

Ex 8: set_user_values fn in "Administration section" #57

Closed phklive closed 1 year ago

phklive commented 1 year ago

In Exercise 8 the set_user_values() fn is in the "Administration" section where it is said that "only admin can call these" and that "You shouldn't have to understand them".

This seems like an error to me, set_user_values() fn should be moved up considering that it's an external fn that you need to call to be able to finish the exercise.

SCR-20230426-mfhd