Skip to content

Commit c67e3e0

Browse files
committed
fixed typo and improved description of json output
1 parent 608fe5e commit c67e3e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/rpc/components/schemas/tenure-blocks.schema.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ properties:
66
pattern: "^[0-9a-f]{40}$"
77
burn_block_height:
88
type: integer
9-
description: Height of the burnchain block
9+
description: Height of the Bitcoin block
1010
format: uint64
1111
burn_block_hash:
1212
type: string
13-
description: Hash of the burnchain block
13+
description: Hash of the Bitcoin block
1414
pattern: "^[0-9a-f]{64}$"
1515
stacks_blocks:
1616
type: array
@@ -27,7 +27,7 @@ properties:
2727
pattern: "^[0-9a-f]{64}$"
2828
header_type:
2929
type: string
30-
description: Tpe of block (currently "epoch2" or "nakamoto")
30+
description: Type of block (currently "epoch2" or "nakamoto")
3131
height:
3232
type: integer
3333
description: Height of the block

0 commit comments

Comments
 (0)