From 6f8f7eb66b5eef3b54af48d5a78e5b4a32717bb4 Mon Sep 17 00:00:00 2001 From: Lukas Korba Date: Mon, 28 Aug 2023 15:38:21 +0200 Subject: [PATCH] [#1213] Server update - endpoint updated to the latest and workable server --- .../ZcashLightClientSample/DemoAppConfig.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/ZcashLightClientSample/ZcashLightClientSample/DemoAppConfig.swift b/Example/ZcashLightClientSample/ZcashLightClientSample/DemoAppConfig.swift index c4daa3bb..d971986f 100644 --- a/Example/ZcashLightClientSample/ZcashLightClientSample/DemoAppConfig.swift +++ b/Example/ZcashLightClientSample/ZcashLightClientSample/DemoAppConfig.swift @@ -18,7 +18,7 @@ enum DemoAppConfig { let seed: [UInt8] } - static let host = ZcashSDK.isMainnet ? "lightwalletd.electriccoin.co" : "lightwalletd.testnet.electriccoin.co" + static let host = ZcashSDK.isMainnet ? "mainnet.lightwalletd.com" : "lightwalletd.testnet.electriccoin.co" static let port: Int = 9067 static let defaultBirthdayHeight: BlockHeight = ZcashSDK.isMainnet ? 935000 : 1386000