Browse Source

blockID -> block_id for JSON

pull/1483/head
Jae Kwon 6 years ago
parent
commit
b42d5a2211
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      types/block.go

+ 1
- 1
types/block.go View File

@ -265,7 +265,7 @@ type Commit struct {
// 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
// active ValidatorSet.
BlockID BlockID `json:"blockID"`
BlockID BlockID `json:"block_id"`
Precommits []*Vote `json:"precommits"`
// Volatile


Loading…
Cancel
Save