Browse Source

docs: fix openapi yaml lint (#6948)

saw this in the super lint.
pull/6951/head
Sam Kleinman 3 years ago
committed by GitHub
parent
commit
b9c35c1263
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      rpc/openapi/openapi.yaml

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

@ -607,11 +607,12 @@ paths:
operationId: unsafe_flush_mempool operationId: unsafe_flush_mempool
tags: tags:
- Unsafe - Unsafe
description:
description: |
Flush flushes out the mempool. It acquires a read-lock, fetches all the Flush flushes out the mempool. It acquires a read-lock, fetches all the
transactions currently in the transaction store and removes each transaction transactions currently in the transaction store and removes each transaction
from the store and all indexes and finally resets the cache. 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: responses:
"200": "200":
description: empty answer description: empty answer


Loading…
Cancel
Save