Error in running the contracts folder for slither analysis #1934
Replies: 1 comment
-
This sounds similar to open bug reports and will be resolved by #1832 in the upcoming release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue facing is RecursionError: maximum recursion depth exceeded while calling a Python object why this is occurring tried to set the depth level to 10000, but it doesn't work when running the below command.
slither . --solc-remaps @openzeppelin=node_modules
What is the resolution for this error?
Beta Was this translation helpful? Give feedback.
All reactions