Skip to content

Commit

Permalink
update core/types/receipt.go
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmountaintop committed Dec 26, 2023
1 parent c0503ac commit fd82c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/types/receipt.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ func (rs Receipts) EncodeIndex(i int, w *bytes.Buffer) {
}
w.WriteByte(r.Type)
switch r.Type {
case AccessListTxType, DynamicFeeTxType, BlobTxType:
case AccessListTxType, DynamicFeeTxType, BlobTxType, L1MessageTxType:
rlp.Encode(w, data)
default:
// For unsupported types, write nothing. Since this is for
Expand Down

0 comments on commit fd82c1a

Please sign in to comment.