mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
graphql: blob hash inner is required
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
a10960afc4
commit
3e272162cd
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ const schema string = `
|
|||
# this is equivalent to TxType || ReceiptEncoding.
|
||||
rawReceipt: Bytes!
|
||||
# BlobVersionedHashes is a set of hash values contained in the blob transaction.
|
||||
blobVersionedHashes: [Bytes32]
|
||||
blobVersionedHashes: [Bytes32!]
|
||||
}
|
||||
|
||||
# BlockFilterCriteria encapsulates log filter criteria for a filter applied
|
||||
|
|
|
|||
Loading…
Reference in a new issue