This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
...
pull/192/head
Jae Kwon
9 years ago
parent
d6aa43fcda
commit
254331485a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
(
)
)
Write
Preview
Loading…
Cancel
Save