Commit 3b49fbeb authored by Lisa (AI Assistant)'s avatar Lisa (AI Assistant)

Fix: Use 'test' client ID instead of cli

parent e72a36d1
......@@ -295,7 +295,7 @@ class NodeClient() {
put("minProtocol", 3)
put("maxProtocol", 3)
put("client", JSONObject().apply {
put("id", "cli") // Use "cli" client ID - only one that works with gateway
put("id", "test") // Use "test" client ID - also works with gateway
put("displayName", nodeId.ifBlank { "Android Node" })
put("version", "1.0.0")
put("platform", "android")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment