-
| Somehow I get this following error when I deploy. Can anyone help me figure out the error? | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            rotradam
          
      
      
        Sep 22, 2021 
      
    
    Replies: 1 comment 1 reply
-
| Ahh, I just figured out the error. I saved the function as 'Store' on the first file (Storage.sol) and 'store' (here on the Factory.sol). I forgot how case-sensitive everything is. I'm starting to code after 6-8 years and I only have experience with Matlab and c++. I'm jumping straight to Solidity, I know it will take some time for me to catch up, but slowly I'm getting there. | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        rotradam
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Ahh, I just figured out the error. I saved the function as 'Store' on the first file (Storage.sol) and 'store' (here on the Factory.sol). I forgot how case-sensitive everything is.
I'm starting to code after 6-8 years and I only have experience with Matlab and c++. I'm jumping straight to Solidity, I know it will take some time for me to catch up, but slowly I'm getting there.