smartcontractkit / full-blockchain-solidity-course-py

Ultimate Solidity, Blockchain, and Smart Contract - Beginner to Expert Full Course | Python Edition
MIT License
10.67k stars 2.89k forks source link

Missing Store option on left Panel in simplestorage contract #1841

Open Norbi8919 opened 1 year ago

Norbi8919 commented 1 year ago

Hello I have decided to start Free youtube course about Solidity Language https://www.youtube.com/watch?v=M576WGiDBdQ&t=5321s after write this short contract simple storage im getting following error image image but on the Video there is not and the smart contract looks the same image

Coollaitar commented 1 year ago

Please check your variable name of Array declared it must be People[ ] public people and not people[ ] public people there is typing mistake!