Skip to content

Commit

Permalink
fix: fix parity-scale-codec hint index
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-starkware committed Jul 9, 2024
1 parent 9f0c61f commit 909f353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cairo-lang-casm/src/hints/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ pub enum CoreHint {
t_or_k1: CellRef,
},

#[cfg_attr(feature = "parity-scale-codec", codec(index = 28))]
#[cfg_attr(feature = "parity-scale-codec", codec(index = 29))]
EvalCircuit {
n_add_mods: ResOperand,
add_mod_builtin: ResOperand,
Expand Down

0 comments on commit 909f353

Please sign in to comment.