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
genesis_file parameter of config.toml file is ignored on starting node. If genesis is not placed in default configs/genesis.json location there is a panic.
Also start cmd doesn't have chain-id parameter(and it shouldn't), so there is no easy and correct workaround except placing genesis in the default place.
Cosmos SDK Version
0.50
How to reproduce?
Just move genesis.json to any different place and set genesis_file parameter correctly. After start a node and boom - panic.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What happened?
genesis_file
parameter of config.toml file is ignored on starting node. If genesis is not placed in defaultconfigs/genesis.json
location there is a panic.The bug was created here in #15303
Also
start
cmd doesn't have chain-id parameter(and it shouldn't), so there is no easy and correct workaround except placing genesis in the default place.Cosmos SDK Version
0.50
How to reproduce?
Just move genesis.json to any different place and set genesis_file parameter correctly. After start a node and boom - panic.
The text was updated successfully, but these errors were encountered: