Skip to content

Commit 2633134

Browse files
authored
Merge pull request #106 from gnoswap-labs/GSW-605-fix-account-create-missing-index
GSW-605 fix: account create missing index
2 parents 575fe6f + 06be50f commit 2633134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_test/init_test_accounts.sh

Lines changed: 1 addition & 1 deletion
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)