Skip to content

Commit

Permalink
docs(x/auth): fixed typo in command example for multisign transaction
Browse files Browse the repository at this point in the history
Corrected the typo in the command example for signing multisign transactions. Changed
simd tx multisign to simd tx multi-sign to accurately reflect the correct usage.
This ensures the documentation provides the right command syntax for users.

Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
  • Loading branch information
meetrick committed May 17, 2024
1 parent 0d30fc4 commit 221668e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ More information about the `sign-batch` command can be found running `simd tx si
The `multi-sign` command allows users to sign transactions that was generated offline by a multisig account.

```bash
simd tx multisign transaction.json k1k2k3 k1sig.json k2sig.json k3sig.json
simd tx multi-sign transaction.json k1k2k3 k1sig.json k2sig.json k3sig.json
```

Where `k1k2k3` is the multisig account address, `k1sig.json` is the signature of the first signer, `k2sig.json` is the signature of the second signer, and `k3sig.json` is the signature of the third signer.
Expand Down

0 comments on commit 221668e

Please sign in to comment.