Skip to content

Commit

Permalink
eth/submit: make note that 4844 txs must be in network form for sendR…
Browse files Browse the repository at this point in the history
…awTransaction
  • Loading branch information
lightclient committed Sep 7, 2023
1 parent eca7487 commit b2002ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/eth/submit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
schema:
$ref: '#/components/schemas/hash32'
- name: eth_sendRawTransaction
summary: Submits a raw transaction.
summary: Submits a raw transaction. For EIP-4844 transactions, the raw form
must be the network form. This means it includes the blobs, KZG
commitments, and KZG proofs.
params:
- name: Transaction
required: true
Expand Down

0 comments on commit b2002ee

Please sign in to comment.