We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d0451 commit 156e5b0Copy full SHA for 156e5b0
app/src/main/java/com/concordium/wallet/core/AppCore.kt
@@ -121,6 +121,7 @@ class AppCore(val app: App) {
121
return proxyBackendConfig.backend
122
}
123
124
+ @Deprecated("It's better to use ProxyBackend, as it is backed by a reliable node")
125
fun getGrpcClient(): ClientV2 {
126
return grpcBackendConfig.client
127
0 commit comments