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
Running on Debian 9, solc version 0.4.18, modified command from Command line instruction:
$ deploy-token --chain=mainnet --address=0x0776a7da9b34a74876cba909f4d0a8d134604c5a --name="NB test" --symbol=NOO --release-agent=0x9854477d4f308047c131b0e0cfaae782c072c7b7 --supply=100000 File "ico/venv/lib/python3.5/site-packages/web3/utils/abi.py", line 166, in merge_args_and_kwargs len(args) + len(kwargs), TypeError: Incorrect argument count. Expected '6'. Got '5'
Not sure what is --release-agent means, details in attached file. testtoken.log
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running on Debian 9, solc version 0.4.18, modified command from Command line instruction:
$ deploy-token --chain=mainnet --address=0x0776a7da9b34a74876cba909f4d0a8d134604c5a --name="NB test" --symbol=NOO --release-agent=0x9854477d4f308047c131b0e0cfaae782c072c7b7 --supply=100000
File "ico/venv/lib/python3.5/site-packages/web3/utils/abi.py", line 166, in merge_args_and_kwargs
len(args) + len(kwargs),
TypeError: Incorrect argument count. Expected '6'. Got '5'
Not sure what is --release-agent means, details in attached file.
testtoken.log
The text was updated successfully, but these errors were encountered: