Browse Source

doc: fix typos in /tx_search and /tx. (#6823)

Just a few small typos in the descriptions of the /tx_search and /tx endpoints.
pull/6827/head
Carlos Rodriguez 3 years ago
committed by GitHub
parent
commit
511e52c2fc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      rpc/openapi/openapi.yaml

+ 3
- 3
rpc/openapi/openapi.yaml View File

@ -1042,7 +1042,7 @@ paths:
- Info
responses:
"200":
description: List of unconfirmed transactions
description: List of transactions
content:
application/json:
schema:
@ -1132,10 +1132,10 @@ paths:
tags:
- Info
description: |
Get a trasasction
Get a transaction
responses:
"200":
description: Get a transaction`
description: Get a transaction
content:
application/json:
schema:


Loading…
Cancel
Save