Skip to content

Commit 6019dc5

Browse files
committed
Rename targetBlobCount -> targetBlobsPerBlock
1 parent 5be2518 commit 6019dc5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/eth/block.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
blobGasUsed: '0x0'
5959
excessBlobGas: '0x0'
6060
parentBeaconBlockRoot: '0x95c4dbd5b19f6fe3cbc3183be85ff4e85ebe75c5b4fc911f1c91e5b7a554a685'
61-
targetBlobCount: '0x3'
61+
targetBlobsPerBlock: '0x3'
6262
- name: eth_getBlockByNumber
6363
summary: Returns information about a block by number.
6464
params:
@@ -119,7 +119,7 @@
119119
blobGasUsed: '0x0'
120120
excessBlobGas: '0x0'
121121
parentBeaconBlockRoot: '0x95c4dbd5b19f6fe3cbc3183be85ff4e85ebe75c5b4fc911f1c91e5b7a554a685'
122-
targetBlobCount: '0x3'
122+
targetBlobsPerBlock: '0x3'
123123
- name: eth_getBlockTransactionCountByHash
124124
summary: Returns the number of transactions in a block from a block matching the given block hash.
125125
params:

src/schemas/block.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ Block:
8585
parentBeaconBlockRoot:
8686
title: Parent Beacon Block Root
8787
$ref: '#/components/schemas/hash32'
88-
targetBlobCount:
89-
title: Target blob count
88+
targetBlobsPerBlock:
89+
title: Target blobs per block
9090
$ref: '#/components/schemas/uint64'
9191
size:
9292
title: Block size

0 commit comments

Comments
 (0)