Skip to content

Commit dede08f

Browse files
authored
Fix block field in the BadBlock schema (ethereum#469)
Fix block field in BadBlock schema
1 parent ff43500 commit dede08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schemas/block.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ BadBlock:
139139
properties:
140140
block:
141141
title: Block
142-
$ref: '#/components/schemas/bytes'
142+
$ref: '#/components/schemas/Block'
143143
hash:
144144
title: Hash
145145
$ref: '#/components/schemas/hash32'

0 commit comments

Comments
 (0)