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
There is a problem in the process of loading ChainID from genesis in newApp.
Version
after v10
Steps to Reproduce
Build the after v10 binary.
Move genesis.json from the default genesis path, config/genesis.json, to a random path.
In config/config.toml, modify the genesis_file path to a random path where you moved genesis.json.
When you run gaiad start, an error occurs saying that genesis.json cannot be found in config/genesis.json (default path), not in the genesis_file path of the configuration file.
Summary of Bug
There is a problem in the process of loading ChainID from genesis in newApp.
Version
after v10
Steps to Reproduce
Screenshots
Additional context
ref https://github.com/Stride-Labs/stride/pull/765/files#diff-077a894e9abf8c78345c15241797043740704906b66877a01beea7dc417be647R306
For Admin Use
The text was updated successfully, but these errors were encountered: