Skip to content

Commit

Permalink
fix: block_result schema (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
troykessler authored Oct 24, 2023
1 parent 5659e59 commit 9060ccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/tendermint/src/schemas/block_result.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"type": "string"
},
"value": {
"type": "string"
"type": ["string", "null"]
},
"index": {
"type": "boolean"
Expand Down Expand Up @@ -132,7 +132,7 @@
"type": "string"
},
"value": {
"type": "string"
"type": ["string", "null"]
},
"index": {
"type": "boolean"
Expand Down

0 comments on commit 9060ccf

Please sign in to comment.