Skip to content

Commit 8f605b6

Browse files
committed
remove extra the
1 parent 6f7fe48 commit 8f605b6

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
@@ -129,7 +129,7 @@ transaction level are:
129129
12. The transaction must not have already been processed.
130130
13. The transaction fee-payer account must:
131131
- exist
132-
- be owned by the the system program: `11111111111111111111111111111111`
132+
- be owned by the system program: `11111111111111111111111111111111`
133133
- have more lamports than the fee
134134
- have more lamports than the fee plus the minimum balance
135135
14. Any non-writable program accounts used in the transaction must exist,
@@ -199,7 +199,7 @@ Specifically, the following constraints will remain as protocol violations:
199199
9. The transaction must not have already been processed.
200200
10. The transaction fee-payer account must:
201201
- exist
202-
- be owned by the the system program: `11111111111111111111111111111111`
202+
- be owned by the system program: `11111111111111111111111111111111`
203203
- have more lamports than the fee
204204
- have more lamports than the fee plus the minimum balance
205205

0 commit comments

Comments
 (0)