Lesson 2: Storage Factory, variable simplestorage not initialised #471
Answered
by
cromewar
manavnotnani
asked this question in
Q&A
-
In function createSimpleStorageContract(), the compiler is telling that simplestorage is not initialized above. But I can see it is running in the course. idk why my code is showing error? |
Beta Was this translation helpful? Give feedback.
Answered by
cromewar
Dec 2, 2021
Replies: 1 comment 4 replies
-
hello @manavnotnani thats strange, make sure you don't have a typo on |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
cromewar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello @manavnotnani thats strange, make sure you don't have a typo on
simpleStorageArray.push(simpleStorage);
, anyways could you share your code in order we could review it please?