Add mint keypair to solana clients for convenience (#6536)

This commit is contained in:
Justin Starry 2019-10-24 14:31:06 -04:00 committed by GitHub
parent f46a2cec3c
commit 7a7abe692e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,8 @@ solana-bench-exchange)
"
;;
idle)
# Add the mint keypair to idle clients for convenience
scp "$entrypointIp":~/solana/config/mint-keypair.json config/
exit 0
;;
*)