File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -174,10 +174,10 @@ type LegacyOptimismStoredReceiptRLP struct {
174174 // However, they must not be used as they may not be populated correctly due to multiple receipt formats
175175 // being combined into a single list of optional fields which can be mistaken for each other.
176176 // DepositNonce (*uint64) from Regolith deposit tx receipts will be parsed into L1GasUsed
177- L1GasUsed * big.Int `rlp:"optional"`
178- L1GasPrice * big.Int `rlp:"optional"`
179- L1Fee * big.Int `rlp:"optional"`
180- FeeScalar string `rlp:"optional"`
177+ L1GasUsed * big.Int `rlp:"optional"` // OVM Legacy
178+ L1GasPrice * big.Int `rlp:"optional"` // OVM Legacy
179+ L1Fee * big.Int `rlp:"optional"` // OVM Legacy
180+ FeeScalar string `rlp:"optional"` // OVM Legacy
181181}
182182
183183// LogForStorage is a wrapper around a Log that handles
You can’t perform that action at this time.
0 commit comments