This commit is contained in:
Anton Kalyaev 2016-12-20 19:25:47 +04:00 committed by Ethan Buchman
parent 6488894210
commit 3d47ef9d74
1 changed files with 3 additions and 3 deletions

View File

@ -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"