Lesson 2 #1396
Answered
by
cromewar
praxis-dev
asked this question in
Q&A
Lesson 2
#1396
-
|
Hi! In lesson 2 I keep getting this error: DeclarationError: Identifier not found or not unique. My code: |
Beta Was this translation helpful? Give feedback.
Answered by
cromewar
Apr 12, 2022
Replies: 1 comment
-
|
Hello @vaporm you have to use inheritance to make that work: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cromewar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @vaporm you have to use inheritance to make that work:
contract StorageFactory is SimpleStorage {}I hope this might help.