Use same gossip port for all testnet nodes
This commit is contained in:
@ -49,6 +49,9 @@ while [[ ${1:0:1} = - ]]; do
|
|||||||
elif [[ $1 = --no-voting ]]; then
|
elif [[ $1 = --no-voting ]]; then
|
||||||
extra_fullnode_args+=("$1")
|
extra_fullnode_args+=("$1")
|
||||||
shift
|
shift
|
||||||
|
elif [[ $1 = --gossip-port ]]; then
|
||||||
|
gossip_port=$2
|
||||||
|
shift 2
|
||||||
elif [[ $1 = --rpc-port ]]; then
|
elif [[ $1 = --rpc-port ]]; then
|
||||||
extra_fullnode_args+=("$1" "$2")
|
extra_fullnode_args+=("$1" "$2")
|
||||||
shift 2
|
shift 2
|
||||||
|
@ -109,6 +109,7 @@ local|tar)
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
args+=(
|
args+=(
|
||||||
|
--gossip-port 8001
|
||||||
--rpc-port 8899
|
--rpc-port 8899
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user