From 511e52c2fcb39cd437c871d08b4c43387dc3901d Mon Sep 17 00:00:00 2001 From: Carlos Rodriguez Date: Fri, 13 Aug 2021 17:02:30 +0200 Subject: [PATCH] doc: fix typos in /tx_search and /tx. (#6823) Just a few small typos in the descriptions of the /tx_search and /tx endpoints. --- rpc/openapi/openapi.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rpc/openapi/openapi.yaml b/rpc/openapi/openapi.yaml index bfd49b461..0d8f8ac4a 100644 --- a/rpc/openapi/openapi.yaml +++ b/rpc/openapi/openapi.yaml @@ -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: