Browse Source

fix typo

pull/343/head
Anton Kalyaev 8 years ago
committed by Ethan Buchman
parent
commit
3d47ef9d74
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      test/p2p/fast_sync/test_peer.sh

+ 3
- 3
test/p2p/fast_sync/test_peer.sh 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"


Loading…
Cancel
Save