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

This commit is contained in:
Michael Vines
2019-03-13 13:56:57 -07:00
parent 242975f8cd
commit 28aff96d21
2 changed files with 4 additions and 4 deletions

View File

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