Updated on 2026-08-14
This commit is contained in:
parent
4bad77406b
commit
d43e4fb40e
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue