Skip to content

Commit

Permalink
chore: do not make TotalVotingPower, ValidatorPower, Timestamp requir…
Browse files Browse the repository at this point in the history
…ed (#160)
  • Loading branch information
troykessler authored Dec 30, 2024
1 parent 7e02da9 commit 452af7f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions integrations/tendermint/src/schemas/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,13 +262,7 @@
"type": "string"
}
},
"required": [
"vote_a",
"vote_b",
"TotalVotingPower",
"ValidatorPower",
"Timestamp"
]
"required": ["vote_a", "vote_b"]
}
},
"required": ["type", "value"]
Expand Down

0 comments on commit 452af7f

Please sign in to comment.