This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 160
It returns error when "--chain-id" was set empty during "ethermintd init" #681
Comments
ah yeah the help message is from the Cosmos SDK which doesn't enforce a chain-id format. We can update the help message to require the chain-id and also the error message to be more descriptive |
This issue is stale because it has been open 45 days with no activity. Remove |
github-actions
bot
added
the
stale
stale PRs that will be closed if no further action occurs
label
Feb 14, 2021
@fedekunze isn't it possible to make it generate a compatible chain-id by default? |
you can but it needs to have the format |
11 tasks
github-actions
bot
removed
the
stale
stale PRs that will be closed if no further action occurs
label
Feb 16, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
System info: [Include Ethermint commit, operating system name, and other relevant details]
It says that "genesis file chain-id, if left blank will be randomly created" in
ethermintd init -h
commit:9659b81
Steps to reproduce:
It set empty for
--chaind-id
:Expected behavior: [What you expected to happen]
Actual behavior: [What actually happened]
And it returns an error:
Additional info: [Include gist of relevant config, logs, etc.]
The text was updated successfully, but these errors were encountered: