ellyblueeyes

Results 5 comments of ellyblueeyes

The code for helpful_scripts.py from brownie import network, config, accounts from scripts.helpful_scripts import get_account def get_account(): if network.show_active()=="development": return accounts[0] else: return accounts.add(config["wallets"]["from_key"])

I remove the line and I got the following error: constructor Sequence has incorrect length, expected 1 but got 0

![Screenshot from 2022-08-11 12-34-57](https://user-images.githubusercontent.com/110353944/184106995-3e819bf8-6543-4cee-8973-e77b0db59ca1.png)