Use lightwalletd.com public LWDs
This commit is contained in:
parent
5c69aba7df
commit
f454b1e5e8
|
@ -12,7 +12,7 @@ class ZcashEnvironment {
|
|||
static let `default`: ZcashEnvironment = try! ZcashEnvironment()
|
||||
|
||||
// you can spin up your own node and lightwalletd, check https://zcash.readthedocs.io/en/latest/rtd_pages/zcashd.html
|
||||
let endpoint = LightWalletEndpoint(address: ZcashSDK.isMainnet ? "localhost" : "localhost", port: 9067, secure: true)
|
||||
let endpoint = LightWalletEndpoint(address: ZcashSDK.isMainnet ? "mainnet.lightwalletd.com" : "testnet.lightwalletd.com", port: 9067, secure: true)
|
||||
|
||||
var synchronizer: CombineSynchronizer
|
||||
|
||||
|
|
Loading…
Reference in New Issue