Skip to content

Commit fe499d4

Browse files
authored
Merge pull request #579 from smides-nest/patch-1
Improve clarity on how to fetch account number
2 parents 7bb5b6b + 540d0eb commit fe499d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/transactions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ an Account or sign the request.
4747
- CLI 1: Is connected to the network of nodes. Doesn't have access to private keys.
4848
- CLI 2: Stores private key. Does not have a connection to the network of nodes.
4949
- Build transaction by CLI 1: `dcld tx ... --generate-only`
50-
- Fetch `account number` and `sequence` by CLI 1: `dcld query auth account --address <address>`
50+
- Fetch `account-number` and `sequence` by CLI 1: `dcld query auth account --address <address>`
5151
- Sign transaction by CLI 2: `dcld tx sign txn.json --from <from> --account-number <int> --sequence <int> --gas "auto" --offline --output-document txn.json`
5252
- Broadcast transaction by CLI 1: `dcld tx broadcast txn.json`
5353
- To get the actual result of transaction, `dcld query tx=txHash` call must be executed, where `txHash` is the hash of previously executed transaction.

0 commit comments

Comments
 (0)