Add missing port number

This commit is contained in:
Tyera Eulberg 2018-09-18 09:23:25 -06:00 committed by Tyera Eulberg
parent aebf7f88e5
commit f273351789
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ esac
echo "--- $entrypointIp: wallet sanity"
(
set -x
scripts/wallet-sanity.sh "$entrypointIp"
scripts/wallet-sanity.sh "$entrypointIp:8001"
)
echo "+++ $entrypointIp: node count ($numNodes expected)"