You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error is caused by MerkleMapWitness being passed as an argument.
However, if uncomment the line
//await Key.compile();
the MapCalculation compiles without errors.
If you add some logic to the MapCalculation, errors always occur and do not disappear if MapCalculation compiles second.
When trying to compile ZKProgram MapCalculation, the following error occurs:
The error is caused by MerkleMapWitness being passed as an argument.
However, if uncomment the line
//await Key.compile();
the MapCalculation compiles without errors.
If you add some logic to the MapCalculation, errors always occur and do not disappear if MapCalculation compiles second.
The source code to reproduce the error:
The text was updated successfully, but these errors were encountered: