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
I migrated to the latest Aiken version and now with Plutus v3 it seems that there is an issue that appears if multiple mint validators are in one file:
at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
20:37:27.152 [main] ERROR com.bloxbean.cardano.client.plutus.annotation.processor.util.JavaFileUtil -- Error creating class : MintValidator
javax.annotation.processing.FilerException: Attempt to recreate a file for type io.myservice.backend.validator.MintValidator
The issue seems to be that it tries to create the file MintValidator multiple times.
The text was updated successfully, but these errors were encountered:
I migrated to the latest Aiken version and now with Plutus v3 it seems that there is an issue that appears if multiple mint validators are in one file:
The issue seems to be that it tries to create the file
MintValidator
multiple times.The text was updated successfully, but these errors were encountered: