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
Remove unnecesary cleanup step.
pull/8111/head
M. J. Fromberger
3 years ago
parent
bf1c65667d
commit
57f98ee38f
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
internal/consensus/common_test.go
+ 0
- 1
internal/consensus/common_test.go
View File
@ -71,7 +71,6 @@ func configSetup(t *testing.T) *config.Config {
walDir
:=
filepath
.
Dir
(
cfg
.
Consensus
.
WalFile
(
)
)
ensureDir
(
t
,
walDir
,
0700
)
t
.
Cleanup
(
func
(
)
{
os
.
RemoveAll
(
walDir
)
}
)
return
cfg
}
Write
Preview
Loading…
Cancel
Save