Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Fix compile error #227

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix compile error #227

wants to merge 1 commit into from

Conversation

xinbenlv
Copy link

This is compile error

~/upgradable-contract/contracts/MyContract_v1.sol:11:9: DeclarationError: Undeclared identifier. Did you mean "_value"?
        value = _value;
        ^---^
~/upgradable-contract/contracts/MyContract_v1.sol:16:9: DeclarationError: Undeclared identifier. Did you mean "_value"?
        value = value + _value;
        ^---^
~/upgradable-contract/contracts/MyContract_v1.sol:16:17: DeclarationError: Undeclared identifier. Did you mean "_value"?
        value = value + _value;

This is compile error
```
~/upgradable-contract/contracts/MyContract_v1.sol:11:9: DeclarationError: Undeclared identifier. Did you mean "_value"?
        value = _value;
        ^---^
~/upgradable-contract/contracts/MyContract_v1.sol:16:9: DeclarationError: Undeclared identifier. Did you mean "_value"?
        value = value + _value;
        ^---^
~/upgradable-contract/contracts/MyContract_v1.sol:16:17: DeclarationError: Undeclared identifier. Did you mean "_value"?
        value = value + _value;
```
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant