You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The testnet command panics if the --node-dir-prefix contains a - (dash). --node-dir-prefix should accept -s because it's a valid character in folder names. However the testnet command also tries to create a "node-dir-prefixtoken" as an additional test token and tokens cannot have - in the names.
I'm pretty sure there are other restrictions for token names so I propose that the testnet command should simply add a "testtoken" as an extra token instead of trying to come up with clever names.
Summary of Bug
The testnet command panics if the
--node-dir-prefix
contains a-
(dash).--node-dir-prefix
should accept-
s because it's a valid character in folder names. However the testnet command also tries to create a "node-dir-prefix
token" as an additional test token and tokens cannot have-
in the names.I'm pretty sure there are other restrictions for token names so I propose that the testnet command should simply add a "testtoken" as an extra token instead of trying to come up with clever names.
Version
4.2.1
Steps to Reproduce
For Admin Use
The text was updated successfully, but these errors were encountered: