mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 12:51:22 +00:00
Accept relative paths in all configs, TODO: must SetRoot
This commit is contained in:
committed by
Ethan Buchman
parent
92dee7ea3c
commit
6b059e0063
@ -56,7 +56,7 @@ func runNode(cmd *cobra.Command, args []string) error {
|
||||
// This is for Mintnet compatibility.
|
||||
// TODO: If Mintnet gets deprecated or genesis_file is
|
||||
// always available, remove.
|
||||
genDocFile := config.GenesisFile
|
||||
genDocFile := config.GenesisFile()
|
||||
if !cmn.FileExists(genDocFile) {
|
||||
log.Notice(cmn.Fmt("Waiting for genesis file %v...", genDocFile))
|
||||
for {
|
||||
|
Reference in New Issue
Block a user