Surface --voting-keypair to release users (#5420)

* Remove 'configured_flag' for vote/storage account, instead detect if they exist with the wallet

* Require --voting-keypair when using release binaries
This commit is contained in:
Michael Vines
2019-08-05 10:39:16 -07:00
committed by GitHub
parent 56ed033233
commit 09ca92d416
3 changed files with 61 additions and 51 deletions

View File

@ -102,6 +102,7 @@ set -e
cd "$(dirname "$0")"/..
export USE_INSTALL=1
export REQUIRE_CONFIG_DIR=1
export REQUIRE_KEYPAIRS=1
exec multinode-demo/validator.sh "$@"
EOF
chmod +x solana-release/bin/validator.sh