docs(x/auth/tx): fix typo in decodeMultisignatures function comment (#20190)

Signed-off-by: Hwangjae Lee <meetrick@gmail.com>
This commit is contained in:
Hwangjae Lee 2024-04-26 16:31:51 +09:00 committed by GitHub
parent 8c4e23f3c4
commit 09233bbbbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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