From b9c35c1263bdb0c20f6826b55feae6a00cea564a Mon Sep 17 00:00:00 2001 From: Sam Kleinman Date: Wed, 15 Sep 2021 15:29:25 -0400 Subject: [PATCH] docs: fix openapi yaml lint (#6948) saw this in the super lint. --- rpc/openapi/openapi.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rpc/openapi/openapi.yaml b/rpc/openapi/openapi.yaml index 1c8883b24..d5a9ffafa 100644 --- a/rpc/openapi/openapi.yaml +++ b/rpc/openapi/openapi.yaml @@ -607,11 +607,12 @@ paths: operationId: unsafe_flush_mempool tags: - Unsafe - description: + description: | Flush flushes out the mempool. It acquires a read-lock, fetches all the transactions currently in the transaction store and removes each transaction from the store and all indexes and finally resets the cache. - NOTE: Flushing the mempool may leave the mempool in an inconsistent state. + + Note, flushing the mempool may leave the mempool in an inconsistent state. responses: "200": description: empty answer