From 12a3d850a5a83b735762111931c35a36dcec2e03 Mon Sep 17 00:00:00 2001 From: Laptop Date: Tue, 18 Feb 2025 16:13:21 +0200 Subject: [PATCH] Disable experimental GetClientID due to issues --- lib/sc/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sc/init.go b/lib/sc/init.go index 987c3a8..a1cd511 100644 --- a/lib/sc/init.go +++ b/lib/sc/init.go @@ -114,7 +114,7 @@ func processFile(wg *sync.WaitGroup, ch chan string, uri string, isDone *bool) { } // Experimental method, which asserts that the clientId is inside the file that starts with "0-" -const experimental_GetClientID = true +const experimental_GetClientID = false // inspired by github.com/imputnet/cobalt (mostly stolen lol) func GetClientID() (string, error) {