Updated on 2026-08-14

This commit is contained in:
Tangem 2026-04-29 12:43:31 +04:00
parent d97b7b9bf7
commit 266e49734e
11 changed files with 67 additions and 32 deletions

View file

@ -249,7 +249,7 @@ internal class DefaultSwapRepository(
)
},
catch = { exception ->
TangemLogger.e("getExchangeStatus error: $exception")
TangemLogger.e("getExchangeStatus error", exception)
raise(UnknownError(exception.message))
},
)