Disable setLogFilter RPC API by default (#8693) (#8699)

automerge
This commit is contained in:
mergify[bot]
2020-03-06 18:16:04 -08:00
committed by GitHub
parent ff4731cce2
commit 8422d4b3fb
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