Enable rpc for all testnet nodes

This commit is contained in:
Michael Vines
2019-03-13 10:49:40 -07:00
parent 64de639817
commit fedbae6f8c

View File

@ -108,6 +108,11 @@ local|tar)
) )
fi fi
args+=(
--rpc-port 8899
--rpc-drone-address "$entrypointIp:9900"
)
set -x set -x
if [[ $skipSetup != true ]]; then if [[ $skipSetup != true ]]; then
./multinode-demo/setup.sh -t fullnode ./multinode-demo/setup.sh -t fullnode