From b7b02cda0680652edef029361dc9d8475824b9af Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Fri, 11 Aug 2023 13:55:50 +0200
Subject: [PATCH] Remove load balancer mention

Might be definitively dropped according to:
https://forum.duniter.org/t//11450
---
 README.md     | 2 +-
 silkaj/cli.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 45690d15..d2371a64 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ silkaj wot revocation -h
 
 You can find commands at the root, such as `silkaj license`
 
-- Will automatically request and post data on https://g1.duniter.org/node/summary official Ğ1 endpoint based on a load balancer.
+- Will automatically request and post data on https://g1.duniter.org/node/summary official Ğ1 endpoint.
 
 - Specify a custom node with `-ep` option where `<port>` and `<path>` are optional:
 
diff --git a/silkaj/cli.py b/silkaj/cli.py
index 45eb5c41..62894cc6 100644
--- a/silkaj/cli.py
+++ b/silkaj/cli.py
@@ -73,7 +73,7 @@ click.rich_click.OPTION_GROUPS = {
 @click.option(
     "--endpoint",
     "-ep",
-    help=f"Default endpoint reaches Ğ1 currency on its official endpoint based on a load balancer: \
+    help=f"Default endpoint reaches Ğ1 currency on its official endpoint: \
 {tui.endpoint_link(du_endpoint(G1_DEFAULT_ENDPOINT).host)}. \
 --endpoint allows to specify a custom endpoint following the format: <host>:<port>/<path>. \
 <port> and <path> are optional. In case no port is specified, it defaults to 443.",
-- 
GitLab