dao token new
does not allow token-name to have spaces in it
#469
Labels
🐛 bug
An unexpected behavior of the API
🐛 Bug Report
I tried to run
dao token new
with atoken-name
with spaces in it, like so:It seems to have taken
"Livepeer
as the<token-name>
DAO
as the<symbol>
Token
as the[decimal units]
Have you read the Contributing Guidelines on issues?
Yes
Context
I am trying to deploy a DAO to Rinkeby using @lkngtn's guide in the forum.
Mainnet or testnet?
Rinkeby
Organization
Not applicable, as this is re: creating a new token.
Environment
To Reproduce
Run
dao token new "Livepeer DAO Token" "LPDAO" 0 --environment aragon:rinkeby
Expected behavior
I expected that the command would be able to create a new token with the name specified "inside the quote marks".
Actual Behavior
The command returned with an error that the parameter for
decimals
must be an integer.Reproducible Demo
Run
dao token new "Livepeer DAO Token" "LPDAO" 0 --environment aragon:rinkeby
The text was updated successfully, but these errors were encountered: