Skip to content

Commit 06be50f

Browse files
committed
GSW-605 fix: account create missing index
1 parent 575fe6f commit 06be50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: _test/init_test_accounts.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ create_account(){
1010
exit 1
1111
fi
1212

13-
gnokey add $username -recover=true -insecure-password-stdin=true &> /dev/null<<EOM
13+
gnokey add $username -recover=true -index $index -insecure-password-stdin=true &> /dev/null<<EOM
1414
1515
1616
${test_mnemonic}

0 commit comments

Comments
 (0)