Skip to content

Commit

Permalink
4844: do not allow creation txs
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed Jan 26, 2023
1 parent b216982 commit c4ff390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-4844.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class BlobTransaction(Container):
max_priority_fee_per_gas: uint256
max_fee_per_gas: uint256
gas: uint64
to: Union[None, Address] # Address = Bytes20
to: Address # Address = Bytes20
value: uint256
data: ByteList[MAX_CALLDATA_SIZE]
access_list: List[AccessTuple, MAX_ACCESS_LIST_SIZE]
Expand Down

0 comments on commit c4ff390

Please sign in to comment.