Commit 94e6904
committed
fix: set genesis-file and node-key-file in config.toml output
The legacy conversion omitted these fields, writing empty strings to
config.toml. seid then fails to locate genesis.json and panics with a
nil pointer dereference at start.go:199 when checking the chain ID.1 parent 5cba8f5 commit 94e6904
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
| 367 | + | |
| 368 | + | |
367 | 369 | | |
368 | 370 | | |
369 | 371 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
0 commit comments