Skip to content

Commit

Permalink
Merge pull request #106 from gnoswap-labs/GSW-605-fix-account-create-…
Browse files Browse the repository at this point in the history
…missing-index

GSW-605 fix: account create missing index
  • Loading branch information
r3v4s committed Dec 1, 2023
2 parents 575fe6f + 06be50f commit 2633134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _test/init_test_accounts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ create_account(){
exit 1
fi

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
${test_mnemonic}
Expand Down

0 comments on commit 2633134

Please sign in to comment.