genesis: rename mint account to faucet account and make it optional (#6990)

This commit is contained in:
Michael Vines
2019-11-15 14:50:26 -07:00
committed by GitHub
parent cab2232aba
commit 5ab70c4e97
12 changed files with 52 additions and 72 deletions

View File

@ -77,7 +77,7 @@ solana-bench-exchange)
idle)
# Add the mint keypair to idle clients for convenience
net/scripts/rsync-retry.sh -vPrc \
"$entrypointIp":~/solana/config/mint-keypair.json ~/solana/
"$entrypointIp":~/solana/config/faucet-keypair.json ~/solana/
exit 0
;;
*)