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
…#20417)

Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
  • Loading branch information
meetrick authored May 17, 2024
1 parent fe96338 commit 24762d7
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 24762d7

Please sign in to comment.