From 695eef8cbe7171124b9e50ef58e4f4ab4ed9a0a4 Mon Sep 17 00:00:00 2001 From: harsh4723 Date: Fri, 24 Jan 2025 20:21:08 +0530 Subject: [PATCH] test: change --- cmd/gateway/zcn/initSDK.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/gateway/zcn/initSDK.go b/cmd/gateway/zcn/initSDK.go index 4455c5316..70f6eb1bf 100644 --- a/cmd/gateway/zcn/initSDK.go +++ b/cmd/gateway/zcn/initSDK.go @@ -114,6 +114,8 @@ func initializeSDK(configDir, allocid string, nonce int64, walletDetails string) return err } + fmt.Println("zauthhhhh", cfg.ZauthServer) + if client.GetClient().IsSplit { zcncore.RegisterZauthServer(cfg.ZauthServer) }