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

@ -470,7 +470,7 @@ internal class DefaultSwapRepositoryV2 @Inject constructor(
).getOrThrow()
},
onError = { error ->
TangemLogger.w("Unable to get pairs", error)
TangemLogger.e("Unable to get pairs", error)
throw error
},
)