@@ -132,11 +132,9 @@ transaction level are:
132
132
- be owned by the system program: `11111111111111111111111111111111`
133
133
- have more lamports than the fee
134
134
- have more lamports than the fee plus the minimum balance
135
- 14. Any non- writable program accounts used in the transaction must exist,
136
- regardless of if they are used in any instructions.
137
- 15. The total loaded data size of the transaction must not exceed
135
+ 14. The total loaded data size of the transaction must not exceed
138
136
`requested_loaded_accounts_data_size_limit`, or the default limit (64MB).
139
- 16 . Any account used as a program in a top- level instruction must:
137
+ 15 . Any account used as a program in a top- level instruction must:
140
138
- be the native loader: `NativeLoader1111111111111111111111111111111 `
141
139
- OR
142
140
- exist
@@ -216,11 +214,9 @@ will not be executed.
216
214
3. The transaction must have fewer than 64 accounts.
217
215
- The limit is subject to change to 128 with the activation of
218
216
`9LZdXeKGeBV6hRLdxS1rHbHoEUsKqesCC2ZAPTPKJAbK`.
219
- 4. Any non- writable program accounts used in the transaction must exist,
220
- regardless of if they are used in any instructions.
221
- 5. The total loaded data size of the transaction must not exceed
217
+ 4. The total loaded data size of the transaction must not exceed
222
218
`requested_loaded_accounts_data_size_limit`, or the default limit (64MB).
223
- 6 . Any account used as a program in a top- level instruction must:
219
+ 5 . Any account used as a program in a top- level instruction must:
224
220
- be the native loader: `NativeLoader1111111111111111111111111111111 `
225
221
- OR
226
222
- exist
0 commit comments