Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 6a30b20

Browse files
author
Sacha Lansky
authored
Update source/docs/main-docs/02-fundamentals/transaction-format.md
1 parent facc7b0 commit 6a30b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/docs/main-docs/02-fundamentals/transaction-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ where:
7272

7373
- `[1]` contains the compact encoded length in bytes of all of the following data. Learn how compact encoding works using [SCALE]().
7474
- `[2]` is a `u8` containing 1 byte to indicate whether the transaction is signed or unsigned (1 bit), and the encoded transaction version ID (7 bits).
75-
- `[4]` if a signature is present, this field contains an account ID, an SR25519 signature and some extra data. If unsigned this field contains 0 bytes.
75+
- `[3]` if a signature is present, this field contains an account ID, an SR25519 signature and some extra data. If unsigned this field contains 0 bytes.
7676
- `[4]` is the encoded call data. This comprises of 1 byte denoting the pallet to call into, 1 byte denoting the call to make in that pallet, and then as many bytes as needed to encode the arguments expected by that call.
7777

7878
The way applications know how to construct a transaction correctly is provided by the [metadata interface](./frontend#metadata).

0 commit comments

Comments
 (0)