Updated on 2026-08-14

This commit is contained in:
Tangem 2023-03-27 13:53:49 +03:00
parent 4bad77406b
commit d43e4fb40e

View file

@ -41,7 +41,7 @@ class WalletConnectRepository(val context: Application) {
.hexToUtf8()
walletConnectAdapter.fromJson(json)!!.map { it.toSession() }
} catch (exception: Exception) {
Timber.e(exception)
Timber.w(exception)
emptyList()
}
}