Skip to content
Discussion options

You must be logged in to vote

Jacob,

it's showing you that error because in your simpleStorage contract, you have written function name as Store (with a capital S) and whenever you are calling this function in your sotrageFactory you are calling it as store (using lowercase S here).

Therefore, just change the function name from Store to store in your simpleStorage contract and your error will be solved.

Let me know if it helped you.. :)

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jacobhay2626
Comment options

You must be logged in to vote
1 reply
@369-shar-block
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants