Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User shouldn't be able to modify contracts methods #837

Closed
Macarse opened this issue Nov 3, 2020 · 1 comment
Closed

User shouldn't be able to modify contracts methods #837

Macarse opened this issue Nov 3, 2020 · 1 comment

Comments

@Macarse
Copy link
Contributor

Macarse commented Nov 3, 2020

Environment information

  • brownie Version: 1.11.11
  • ganache-cli Version: N/A
  • solc Version: 0.6.12
  • Python Version: 3.8.6
  • OS: osx

What was wrong?

My solidity contract defines:

bool public variable;

and from the brownie console I can do things like:
contract.variable = True
when I shouldn't be able to.

@iamdefinitelyahuman
Copy link
Member

Fixed in #855

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants