Updated on 2026-08-14

This commit is contained in:
Tangem 2023-09-26 14:56:05 +05:00
parent b74e2b9168
commit 3ef300ee56
3 changed files with 19 additions and 26 deletions

View file

@ -10,7 +10,7 @@ import com.tangem.domain.txhistory.repository.TxHistoryRepository
import kotlinx.coroutines.flow.Flow
import kotlinx.coroutines.flow.catch
private const val DEFAULT_PAGE_SIZE = 20
private const val DEFAULT_PAGE_SIZE = 50
class GetTxHistoryItemsUseCase(private val repository: TxHistoryRepository) {