Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix generating genesis config for chiado (#12699)
We couldn't start chiado without passing genesis state file and custom config. ``` open /Users/shota/Desktop/work.nosync/datadir/caplin-chiado3/caplin/genesis/genesis_state.ssz_snappy: no such file or directory ``` Now ``` ./build/bin/caplin --datadir ../datadir/caplin-chiado --chain=chiado ``` works. Co-authored-by: shota.silagadze <[email protected]>
- Loading branch information