Skip to content

Commit

Permalink
clarify receipt encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
lightclient committed Aug 1, 2022
1 parent 02dd0dd commit 97615de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/debug/getters.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- name: debug_getHeaderRLP
- name: debug_getHeaderRlp
summary: Returns an RLP-encoded header.
params:
- name: Block
Expand All @@ -9,7 +9,7 @@
name: Header RLP
schema:
$ref: '#/components/schemas/bytes'
- name: debug_getBlockRLP
- name: debug_getBlockRlp
summary: Returns an RLP-encoded block.
params:
- name: Block
Expand All @@ -21,7 +21,7 @@
schema:
$ref: '#/components/schemas/bytes'
- name: debug_getReceiptsRaw
summary: Returns a binary-encoded array of receipts.
summary: Returns an array of EIP-2718 binary-encoded receipts.
params:
- name: Block
required: true
Expand Down

0 comments on commit 97615de

Please sign in to comment.