Do not enable rpc exit on the blockstreamer node (#3977)

This commit is contained in:
Michael Vines
2019-04-25 09:30:59 -07:00
committed by GitHub
parent 4c200635b7
commit b67b0bff05

View File

@ -114,10 +114,10 @@ local|tar)
else
args+=("--stake" 0)
fi
args+=(--enable-rpc-exit)
fi
args+=(
--enable-rpc-exit
--gossip-port 8001
--rpc-port 8899
)