1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/cmdclient/console.py b/contrib/cmdclient/console.py
index 899c650b0c..48da410d94 100755
--- a/contrib/cmdclient/console.py
+++ b/contrib/cmdclient/console.py
@@ -37,6 +37,8 @@ from signedjson.sign import verify_signed_json, SignatureVerifyException
CONFIG_JSON = "cmdclient_config.json"
+# TODO: The concept of trusted identity servers has been deprecated. This option and checks
+# should be removed
TRUSTED_ID_SERVERS = ["localhost:8001"]
|