Skip to content

Commit

Permalink
fix: inconsistency in implicit account creation
Browse files Browse the repository at this point in the history
  • Loading branch information
flmel committed Nov 14, 2024
1 parent c831d6c commit 64670aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1.concepts/protocol/account-id.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The simplest way to obtain a public / private key that represents an account is
```bash
near account create-account fund-later use-auto-generation save-to-folder ~/.near-credentials/implicit

# The file "~/.near-credentials/testnet/8bca86065be487de45e795b2c3154fe834d53ffa07e0a44f29e76a2a5f075df8.json" was saved successfully
# The file "~/.near-credentials/implicit/8bca86065be487de45e795b2c3154fe834d53ffa07e0a44f29e76a2a5f075df8.json" was saved successfully

# Here is your console command if you need to script it or re-run:
# near account create-account fund-later use-auto-generation save-to-folder ~/.near-credentials/implicit
Expand Down

0 comments on commit 64670aa

Please sign in to comment.