mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 01:40:12 +01:00
Update ios/Widgets/Shared/SwiftTCPClient.swift
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
6d4714688c
commit
282bedef2f
@ -151,9 +151,6 @@ class SwiftTCPClient {
|
||||
|
||||
private func createTLSOptions() -> NWProtocolTLS.Options {
|
||||
let tlsOptions = NWProtocolTLS.Options()
|
||||
sec_protocol_options_set_verify_block(tlsOptions.securityProtocolOptions, { _, _, completion in
|
||||
completion(true)
|
||||
}, DispatchQueue.global(qos: .background))
|
||||
return tlsOptions
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user