Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-07 19:37:13 +05:00
parent f1f9dff5ce
commit aefaf636e8
8 changed files with 142 additions and 26 deletions

View file

@ -86,6 +86,6 @@ internal class DefaultTangemPayTxHistoryRepository @Inject constructor(
}.result
val items = TangemPayTxHistoryItemConverter.convertList(result.transactions).filterNotNull()
txHistoryItemsStore.store(key = customerWalletAddress, cursor = cursor ?: INITIAL_CURSOR, value = items)
}
}.onLeft { error(it.toString()) }
}
}