Skip to content

Commit

Permalink
docs(x/auth/tx): fix typo in decodeMultisignatures function comment (c…
Browse files Browse the repository at this point in the history
…osmos#20190)

Signed-off-by: Hwangjae Lee <[email protected]>
  • Loading branch information
meetrick authored Apr 26, 2024
1 parent 8c4e23f commit 09233bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/auth/tx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ The `x/auth/tx` module provides a convenient CLI command for decoding and encodi
#### `encode`

The `encode` command encodes a transaction created with the `--generate-only` flag or signed with the sign command.
The transaction is seralized it to Protobuf and returned as base64.
The transaction is serialized it to Protobuf and returned as base64.

```bash
$ simd tx encode tx.json
Expand Down

0 comments on commit 09233bb

Please sign in to comment.