We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
owners[0]
brownie-safe/brownie_safe.py
Line 361 in bfbe55e
im running into a gas issue here, if owners[0] doesnt happen to have any ether: ValueError: insufficient funds for gas * price + value
ValueError: insufficient funds for gas * price + value
it can be circumvented by sending it some ether from one of the test accounts first: accounts[0].transfer(owners[0], 10e18)
accounts[0].transfer(owners[0], 10e18)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
brownie-safe/brownie_safe.py
Line 361 in bfbe55e
im running into a gas issue here, if
owners[0]
doesnt happen to have any ether:ValueError: insufficient funds for gas * price + value
it can be circumvented by sending it some ether from one of the test accounts first:
accounts[0].transfer(owners[0], 10e18)
The text was updated successfully, but these errors were encountered: