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 161
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 |
@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
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]
![image](https://user-images.githubusercontent.com/46394603/103349974-78cd2100-4ad9-11eb-93d8-214b876f492e.png)
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: