Skip to content

Commit 6d6200b

Browse files
committed
typo: side -> size
1 parent 561b44f commit 6d6200b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/0082-relax-transaction-constraints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ transaction level are:
8989
```
9090

9191
where `Signature` and `VersionedMessage` are defined in `solana-sdk`.
92-
2. Transaction serialized side must be less than or equal to 1232 bytes.
92+
2. Transaction serialized size must be less than or equal to 1232 bytes.
9393
3. Transaction signatures must be valid and in the same order as the static
9494
account keys in the `VersionedMessage`.
9595
4. Transaction must have exactly the number of required signatures from the
@@ -163,7 +163,7 @@ Specifically, the following constraints will remain as protocol violations:
163163
```
164164

165165
where `Signature` and `VersionedMessage` are defined in `solana-sdk`.
166-
2. Transaction serialized side must be less than or equal to 1232 bytes.
166+
2. Transaction serialized size must be less than or equal to 1232 bytes.
167167
3. Transaction signatures must be valid and in the same order as the static
168168
account keys in the `VersionedMessage`.
169169
4. Transaction must have exactly the number of required signatures from the

0 commit comments

Comments
 (0)