Replace stale --no-signer usage with --no-voting

This commit is contained in:
Michael Vines
2019-03-13 13:50:30 -07:00
parent ebd540972d
commit 242bcf44db
4 changed files with 5 additions and 5 deletions

View File

@ -42,7 +42,7 @@ while [[ ${1:0:1} = - ]]; do
elif [[ $1 = --public-address ]]; then
extra_fullnode_args+=("$1")
shift
elif [[ $1 = --no-signer ]]; then
elif [[ $1 = --no-voting ]]; then
extra_fullnode_args+=("$1")
shift
elif [[ $1 = --rpc-port ]]; then