Skip to content

Commit 0f8a7e8

Browse files
committed
fix(specs): Still trying to get my md accepted
1 parent d18b319 commit 0f8a7e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

specs/deposits.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ Although we define only one new transaction type, we can distinguish between two
118118
transactions, based on their positioning in the L2 block:
119119

120120
1. The first transaction MUST be a [L1 attributes deposited transaction][l1-attr-deposit], followed by
121-
2. an array of zero-or-more [user-deposited transactions][user-deposited]
122-
submitted to the deposit
123-
feed contract on L1 (called `OptimismPortal`). User-deposited transactions are only present in the first block of a L2 epoch.
121+
2. an array of zero-or-more [user-deposited transactions][user-deposited]
122+
submitted to the deposit feed contract on L1 (called `OptimismPortal`).
123+
User-deposited transactions are only present in the first block of a L2 epoch.
124124

125125
We only define a single new transaction type in order to minimize modifications to L1 client
126126
software, and complexity in general.
@@ -321,7 +321,7 @@ generated by the [L2 Chain Derivation][g-derivation] process. The content of eac
321321
transaction are determined by the corresponding `TransactionDeposited` event emitted by the
322322
[deposit contract][deposit-contract] on L1.
323323

324-
1. `from` is unchanged from the emitted value (though it may
324+
1. `from` is unchanged from the emitted value (though it may
325325
have been transformed to an alias in `OptimismPortal`, the deposit feed contract).
326326
2. `to` is any 20-byte address (including the zero address)
327327
- In case of a contract creation (cf. `isCreation`), this address is set to `null`.

0 commit comments

Comments
 (0)