From 0f733c422a78d7e8ce9c1d701b2c2c0a413263e5 Mon Sep 17 00:00:00 2001 From: Christopher Brumm <97845034+christopherbrumm@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:43:58 +0200 Subject: [PATCH] fix: allow `null` for `finalize_block_events` (#156) --- integrations/tendermint/src/schemas/block_result.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/tendermint/src/schemas/block_result.json b/integrations/tendermint/src/schemas/block_result.json index 237bc1cd..44e51312 100644 --- a/integrations/tendermint/src/schemas/block_result.json +++ b/integrations/tendermint/src/schemas/block_result.json @@ -148,7 +148,7 @@ ] }, "finalize_block_events": { - "type": ["array"], + "type": ["array", "null"], "items": [ { "type": "object",