mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-27 03:31:42 +00:00
Resolve host for NetAddressFromString(). Test fix.
This commit is contained in:
@ -86,6 +86,7 @@ func main() {
|
||||
if err != nil {
|
||||
panic(Fmt("Error creating barak rootDir: %v", err))
|
||||
}
|
||||
barak.registries = options.Registries
|
||||
|
||||
// Write pid to file.
|
||||
err = AtomicWriteFile(barak.rootDir+"/pidfile", []byte(Fmt("%v", barak.pid)))
|
||||
|
Reference in New Issue
Block a user