Hello
I am currently working on a SmartPy project and facing an issue when trying to deploy my smart contract. After compiling my code; I receive the following error message:
Error: ‘contract’ object has no attribute ‘storage’
I’ve double-checked my code; and it seems like I’m correctly defining the storage variable. However; I can’t figure out why this error occurs during deployment. I have checked https://legacy.smartpy.io/docs/guides/- cpq documentation guide but still need help.
Has anyone encountered a similar issue / has tips on how to resolve this?
Any help would be greatly appreciated!
Thank you!