Skip to content

Commit

Permalink
fix: remove max bytes from schema (#142)
Browse files Browse the repository at this point in the history
* fix: remove max_bytes from block_result.json
  • Loading branch information
shifty11 authored Jul 3, 2024
1 parent bb184ca commit 25fa879
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 @@ -247,7 +247,7 @@
"type": "string"
}
},
"required": ["max_age_num_blocks", "max_age_duration", "max_bytes"]
"required": ["max_age_num_blocks", "max_age_duration"]
},
"validator": {
"type": "object",
Expand Down

0 comments on commit 25fa879

Please sign in to comment.