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

Commit 0d20055

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ where:
7777

7878
The way applications know how to construct a transaction correctly is provided by the [metadata interface](./frontend#metadata).
7979
An application will know how to correctly encode a transaction by using the metadata types and transaction format.
80-
If a call doesn't need to be signed, the application knows to pre-prend a `None` signature to it (`0; u8`).
80+
If a call doesn't need to be signed, then the first bit in [2] will be 0 and so an application will know not to try decoding a signature.
8181

8282
<!-- TODO: How are inherents constructed? -->
8383

0 commit comments

Comments
 (0)