Updated on 2026-08-14
This commit is contained in:
parent
6848f91436
commit
b8898092fb
21 changed files with 443 additions and 106 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue