mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-20 23:12:44 +00:00
rpc/swagger: add numtxs to blockmeta (#4139)
Closes #4138 Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
This commit is contained in:
@@ -1261,6 +1261,9 @@ definitions:
|
||||
$ref: "#/definitions/BlockId"
|
||||
header:
|
||||
$ref: "#/definitions/BlockHeader"
|
||||
number_txs:
|
||||
type: string
|
||||
example: "54"
|
||||
Blockchain:
|
||||
type: object
|
||||
required:
|
||||
|
||||
Reference in New Issue
Block a user