mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-31 04:22:55 +00:00
fix typo
This commit is contained in:
committed by
Ethan Buchman
parent
6488894210
commit
3d47ef9d74
@@ -14,12 +14,12 @@ N=$4
|
||||
###############################################################
|
||||
|
||||
|
||||
echo "Testing fasysync on node $COUNT"
|
||||
echo "Testing fastsync on node $COUNT"
|
||||
|
||||
# kill peer
|
||||
# kill peer
|
||||
set +e # circle sigh :(
|
||||
docker rm -vf local_testnet_$COUNT
|
||||
set -e
|
||||
set -e
|
||||
|
||||
# restart peer - should have an empty blockchain
|
||||
SEEDS="$(test/p2p/ip.sh 1):46656"
|
||||
|
||||
Reference in New Issue
Block a user