types: change number_txs to num_txs json tag in BlockMeta

and EventDataNewBlockHeader
This commit is contained in:
Anton Kaliaev
2019-11-22 12:59:08 +04:00
parent d840fa3f02
commit d5ed8a794b
3 changed files with 5 additions and 6 deletions
+3 -3
View File
@@ -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: