Updated on 2026-08-14

This commit is contained in:
Tangem 2026-07-06 13:41:58 +04:00
parent 6848f91436
commit b8898092fb
21 changed files with 443 additions and 106 deletions

View file

@ -174,7 +174,7 @@ internal class DefaultOnrampRepository(
.getOrThrow()
if (txHistoryFeatureToggles.isNewTxHistoryEnabled) {
expressHistoryRepository.storeOnramps(ownerAddress = response.payoutAddress, items = listOf(response))
expressHistoryRepository.storeOnramps(items = listOf(response))
}
statusConverter.convert(response)