net/: startnode/stopnode now works for blockstreamer/replicator nodes (#5146) (#5162)

automerge
This commit is contained in:
mergify[bot]
2019-07-17 20:03:16 -07:00
committed by Grimes
parent 4244a0f716
commit d9e1a8b492
3 changed files with 91 additions and 25 deletions

View File

@@ -220,6 +220,9 @@ while [[ -n $1 ]]; do
elif [[ $1 = --no-voting ]]; then
args+=("$1")
shift
elif [[ $1 = --skip-ledger-verify ]]; then
args+=("$1")
shift
elif [[ $1 = --no-sigverify ]]; then
args+=("$1")
shift