Skip to content

Commit

Permalink
Swapped 'asset' and 'amount' to its correct usage (#435)
Browse files Browse the repository at this point in the history
Co-authored-by: Paz Bazak <[email protected]>
  • Loading branch information
PazBazak and Neo-Sandwich authored Apr 6, 2024
1 parent e7eb3a5 commit e811baf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ testWallet
Note: The private keys for the accounts in this wallet are *not* encrypted.
Do not use these accounts on MainNet or in any other system where security is a concern.
$ neo-express transfer neo 100000000 genesis testWallet
$ neo-express transfer 100000000 neo genesis testWallet
{
"contract-context": {
"type": "Neo.Network.P2P.Payloads.ContractTransaction",
Expand Down Expand Up @@ -285,7 +285,7 @@ access the GAS, we need to execute another transfer, this time from and to the
testWallet account.
``` shell
$ neo-express transfer neo 100000000 testWallet testWallet
$ neo-express transfer 100000000 neo testWallet testWallet
< transfer output omitted for clarity >
$ neo-express show gas testWallet
Expand Down

0 comments on commit e811baf

Please sign in to comment.