mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-20 06:06:15 +00:00
types: change number_txs to num_txs json tag in BlockMeta
and EventDataNewBlockHeader
This commit is contained in:
@@ -1268,14 +1268,14 @@ definitions:
|
||||
BlockMeta:
|
||||
type: object
|
||||
properties:
|
||||
block_id:
|
||||
$ref: "#/definitions/BlockId"
|
||||
block_size:
|
||||
type: number
|
||||
x-example: 1000000
|
||||
block_id:
|
||||
$ref: "#/definitions/BlockId"
|
||||
header:
|
||||
$ref: "#/definitions/BlockHeader"
|
||||
number_txs:
|
||||
num_txs:
|
||||
type: string
|
||||
example: "54"
|
||||
Blockchain:
|
||||
|
||||
Reference in New Issue
Block a user