Skip to content

Commit

Permalink
fix: allow null for finalize_block_events (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherbrumm authored Sep 23, 2024
1 parent f87cdda commit 0f733c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/tendermint/src/schemas/block_result.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
]
},
"finalize_block_events": {
"type": ["array"],
"type": ["array", "null"],
"items": [
{
"type": "object",
Expand Down

0 comments on commit 0f733c4

Please sign in to comment.