-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
end of cryptowars chapter three: Crypto-primitives.sodium_hash: TypeError: Cannot read property 'from_hex' of undefined #339
Comments
The script I have for chapter four of crypto wars FA2 module shows no errors when you show the answer, but when you check it gives an error: import smartpy as sp Import FA2 templateFA2 = sp.import_script_from_url("https://smartpy.io/dev/templates/FA2.py") Define Cryber_Tokenclass Cyber_Token(FA2.FA2): @sp.add_test(name = "Fungible Token")
The error is:
but there Is noting indicated in "Show Answer" as wrong |
No description provided.
The text was updated successfully, but these errors were encountered: