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

@ -104,7 +104,7 @@ local|tar)
if [[ $nodeType = blockstreamer ]]; then
args+=(
--blockstream /tmp/solana-blockstream.sock
--no-signer
--no-voting
)
fi