Skip to content

Commit 156e5b0

Browse files
committed
Add deprecation notice to the grpc client getter
1 parent 31d0451 commit 156e5b0

File tree

1 file changed

+1
-0
lines changed
  • app/src/main/java/com/concordium/wallet/core

1 file changed

+1
-0
lines changed

app/src/main/java/com/concordium/wallet/core/AppCore.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ class AppCore(val app: App) {
121121
return proxyBackendConfig.backend
122122
}
123123

124+
@Deprecated("It's better to use ProxyBackend, as it is backed by a reliable node")
124125
fun getGrpcClient(): ClientV2 {
125126
return grpcBackendConfig.client
126127
}

0 commit comments

Comments
 (0)