Disable setLogFilter RPC API by default (#8693)

automerge
This commit is contained in:
Michael Vines
2020-03-06 17:03:10 -07:00
committed by GitHub
parent 4db074a5aa
commit cea8067219
5 changed files with 23 additions and 4 deletions

View File

@ -293,7 +293,6 @@ EOF
--enable-rpc-get-confirmed-block
)
else
args+=(--enable-rpc-exit)
if [[ -n $internalNodesLamports ]]; then
args+=(--node-lamports "$internalNodesLamports")
fi