mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-19 01:51:19 +00:00
blockID -> block_id for JSON
This commit is contained in:
parent
b20e777f53
commit
b42d5a2211
@ -265,7 +265,7 @@ type Commit struct {
|
|||||||
// NOTE: The Precommits are in order of address to preserve the bonded ValidatorSet order.
|
// NOTE: The Precommits are in order of address to preserve the bonded ValidatorSet order.
|
||||||
// Any peer with a block can gossip precommits by index with a peer without recalculating the
|
// Any peer with a block can gossip precommits by index with a peer without recalculating the
|
||||||
// active ValidatorSet.
|
// active ValidatorSet.
|
||||||
BlockID BlockID `json:"blockID"`
|
BlockID BlockID `json:"block_id"`
|
||||||
Precommits []*Vote `json:"precommits"`
|
Precommits []*Vote `json:"precommits"`
|
||||||
|
|
||||||
// Volatile
|
// Volatile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user