Fix lightning paymentRequests handling

This commit is contained in:
minibits-cash
2025-02-08 00:33:43 +01:00
parent 8a044a18fc
commit c3b8dcf99d
9 changed files with 106 additions and 60 deletions
@@ -14,7 +14,7 @@ import java.util.concurrent.TimeUnit
class CorePlaneOkHttpClientFactory : OkHttpClientFactory {
override fun createNewNetworkModuleClient(): OkHttpClient {
val okHttpVersion = OkHttp.VERSION
Log.d("OkHttpFactory", "Using OkHttp version: $okHttpVersion")
// Log.d("OkHttpFactory", "Using OkHttp version: $okHttpVersion")
return OkHttpClientProvider.createClientBuilder()
.dns(CorePlaneOkHttpDNSSelector(CorePlaneOkHttpDNSSelector.IPvMode.IPV4_FIRST))