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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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
)