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

@ -157,10 +157,7 @@ internal class DefaultSwapRepository(
.getOrThrow()
if (txHistoryFeatureToggles.isNewTxHistoryEnabled) {
expressHistoryRepository.storeExchanges(
ownerAddress = response.fromAddress.orEmpty(),
items = listOf(response),
)
expressHistoryRepository.storeExchanges(items = listOf(response))
}
exchangeStatusConverter.convert(response)