Support passphrases in keygen (#7134)
* Support passphrases in keygen * remove short * Update solana_keygen calls
This commit is contained in:
committed by
Michael Vines
parent
9b3a1a99e5
commit
eaa3e87eb0
@ -324,7 +324,7 @@ while [[ $iteration -le $iterations ]]; do
|
||||
(
|
||||
set -x
|
||||
client_keypair=/tmp/client-id.json-$$
|
||||
$solana_keygen new -f -o $client_keypair || exit $?
|
||||
$solana_keygen new --no-passphrase -fso $client_keypair || exit $?
|
||||
$solana_gossip spy -n 127.0.0.1:8001 --num-nodes-exactly $numNodes || exit $?
|
||||
rm -rf $client_keypair
|
||||
) || flag_error
|
||||
|
Reference in New Issue
Block a user