Skip to content

Commit

Permalink
fix: warning
Browse files Browse the repository at this point in the history
  • Loading branch information
whichqua committed Aug 7, 2024
1 parent c15ec39 commit 9dee399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/src/hint_processor/builtin_hint_processor/secp/hints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ assert r == 0, f"verify_zero: Invalid input {ids.val.d0, ids.val.d1, ids.val.d2}
ids.q = q % PRIME"#;
pub fn compute_q_mod_prime(
vm: &mut VirtualMachine,
exec_scopes: &mut ExecutionScopes,
_exec_scopes: &mut ExecutionScopes,
ids_data: &HashMap<String, HintReference>,
ap_tracking: &ApTracking,
_constants: &HashMap<String, Felt252>,
Expand Down

0 comments on commit 9dee399

Please sign in to comment.