Browse Source

rpc/swagger: add numtxs to blockmeta (#4139)

Closes #4138

Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
pull/4149/head
Marko 5 years ago
committed by Anton Kaliaev
parent
commit
b43da17958
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      rpc/swagger/swagger.yaml

+ 3
- 0
rpc/swagger/swagger.yaml View File

@ -1261,6 +1261,9 @@ definitions:
$ref: "#/definitions/BlockId"
header:
$ref: "#/definitions/BlockHeader"
number_txs:
type: string
example: "54"
Blockchain:
type: object
required:


Loading…
Cancel
Save