From ba27ecb33aaec3a5be00108bf62d2a670cdd5ae5 Mon Sep 17 00:00:00 2001 From: Carsten Otto Date: Sat, 27 Aug 2022 11:13:39 +0200 Subject: [PATCH] add warning to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c40dab26..90c3c837 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ Node specific: `/api/node/{PUBKEY}/` (where `{PUBKEY}` is the node pubkey) follo * "No flow in the past `X` days" (if `X` >= 30) * "Node has been online `X`% in the past 7 days" (if `X` < 80) * "Node changed between online and offline `X` times in the past 7 days" (if `X` > 50) + * "Rating of `X` is below threshold of `Y`" (if `X < Y` with `Y` defaulting to `1,000`) * `details`: all of the above Warnings: