Skip to content

Commit

Permalink
Update zerohint.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh0g0-1758 committed Jul 2, 2024
1 parent 7818ace commit 4528cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/hintrunner/zero/zerohint.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func GetHintFromCode(program *zero.ZeroProgram, rawHint zero.Hint, hintPC uint64
return createIsZeroPackHinter(resolver)
case isZeroDivModCode:
return createIsZeroDivModHinter()
case RecoverYCode:
case recoverYCode:
return createRecoverYHinter(resolver)
// Blake hints
case blake2sAddUint256BigendCode:
Expand Down

0 comments on commit 4528cd6

Please sign in to comment.