We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 575fe6f + 06be50f commit 2633134Copy full SHA for 2633134
_test/init_test_accounts.sh
@@ -10,7 +10,7 @@ create_account(){
10
exit 1
11
fi
12
13
- gnokey add $username -recover=true -insecure-password-stdin=true &> /dev/null<<EOM
+ gnokey add $username -recover=true -index $index -insecure-password-stdin=true &> /dev/null<<EOM
14
15
16
${test_mnemonic}
0 commit comments