Browse Source

...

pull/192/head
Jae Kwon 9 years ago
parent
commit
254331485a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/tendermint_test/config.go

+ 1
- 1
config/tendermint_test/config.go View File

@ -35,7 +35,7 @@ func initTMRoot(rootDir string) {
}
}
// Move ~/.tendermint_test to ~/.tendermint_test_bak
if FileExists(rootDir + "_bak") {
if FileExists(rootDir) {
err := os.Rename(rootDir, rootDir+"_bak")
if err != nil {
PanicSanity(err.Error())


Loading…
Cancel
Save