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
fix docker fast sync bug
pull/102/head
Ethan Buchman
10 years ago
parent
6b0c8251fa
commit
812c5577e0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
DOCKER/run.sh
+ 1
- 1
DOCKER/run.sh
View File
@ -4,7 +4,7 @@ if [[ $BARAK_SEED ]]; then
cat ./cmd/barak/
$BARAK_SEED
|
./build/barak
&
fi
if
[
[
$FAST_SYNC
]
]
;
then
if
[
"
$FAST_SYNC
"
=
"true"
]
;
then
./build/tendermint node --fast_sync
else
./build/tendermint node
Write
Preview
Loading…
Cancel
Save