From c38fc9852754a34b5d92c01094ab2fae20385f45 Mon Sep 17 00:00:00 2001 From: Mikhail Kalinin Date: Thu, 14 Sep 2023 11:28:16 +0600 Subject: [PATCH] Fix block field in BadBlock schema --- src/schemas/block.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schemas/block.yaml b/src/schemas/block.yaml index c0d2bd89c..2cd3247cb 100644 --- a/src/schemas/block.yaml +++ b/src/schemas/block.yaml @@ -139,7 +139,7 @@ BadBlock: properties: block: title: Block - $ref: '#/components/schemas/bytes' + $ref: '#/components/schemas/Block' hash: title: Hash $ref: '#/components/schemas/hash32'