Skip to content

Commit

Permalink
starknet-edu#28 Add Spanish translation
Browse files Browse the repository at this point in the history
  • Loading branch information
0bkevin authored Oct 11, 2022
1 parent 7317400 commit 7f7e65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/ex07.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func constructor{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr
func claim_points{syscall_ptr: felt*, pedersen_ptr: HashBuiltin*, range_check_ptr}(
value_a: felt, value_b: felt
) {
// Reading caller address
// Leyendo dirección del emisor.
let (sender_address) = get_caller_address();
// Comprobando que los valores dados son correctos
with_attr error_message("value_a shouldn't be 0") {
Expand Down

0 comments on commit 7f7e65e

Please sign in to comment.