lesson 3 : identifier not found or not unique #835
Answered
by
cromewar
Magendra-ssn
asked this question in
Q&A
-
// SPDX-Liscense-Identifier: MIT pragma solidity ^0.6.0; import "./storage11.sol"; contract storfact
} pls help ! I have also attached a screenshot |
Beta Was this translation helpful? Give feedback.
Answered by
cromewar
Jan 21, 2022
Replies: 1 comment 1 reply
-
Hello @Magendra-ssn as you can see bellow the name is different: 1_Storage, so you must use the correct name. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cromewar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @Magendra-ssn
Why you are using import
"./storage11.sol";
?as you can see bellow the name is different:
1_Storage, so you must use the correct name.