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

Fix compile error#227

Open
xinbenlv wants to merge 1 commit into
zeppelinos:masterfrom
xinbenlv:patch-1
Open

Fix compile error#227
xinbenlv wants to merge 1 commit into
zeppelinos:masterfrom
xinbenlv:patch-1

Conversation

@xinbenlv

Copy link
Copy Markdown

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