Skip to content

Commit

Permalink
Update EIP-7591: fix eip 7591 typo
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
wlawt committed Jun 11, 2024
1 parent 13d645f commit 1cf8266
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion EIPS/eip-7591.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ This will reduce growth of the chain history.

## Specification

BLS_TX_TYPE = Bytes1(0x04)

### Transaction Type

The transaction type will have the following format:
Expand All @@ -35,7 +37,7 @@ with `sender` being the BLS public key of an account with address `address = [0:

The signature value `signature` is calculated by constructing a BLS signature over the following digest:

`tx_hash = keccak256(BLOB_TX_TYPE || rlp([chain_id, nonce, max_priority_fee_per_gas, max_fee_per_gas, gas_limit, to, value, data, access_list, sender]))`.
`tx_hash = keccak256(BLS_TX_TYPE || rlp([chain_id, nonce, max_priority_fee_per_gas, max_fee_per_gas, gas_limit, to, value, data, access_list, sender]))`.

### Header changes

Expand Down

0 comments on commit 1cf8266

Please sign in to comment.