Skip to content

Commit

Permalink
EIP-7642: fixup encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Jan 14, 2025
1 parent 6ca875f commit fe08623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-7642.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Modify the encoding for receipts in the `Receipts (0x10)` message as follows:
- (eth/68): `receipt = {legacy-receipt, typed-receipt}` with

```
typed-receipt = tx-type || legacy-receipt
typed-receipt = tx-type || rlp(legacy-receipt)
legacy-receipt = [
post-state-or-status: {B_32, {0, 1}},
Expand Down

0 comments on commit fe08623

Please sign in to comment.