Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-25 17:50:49 +07:00
parent db55e6eb1d
commit 8223ca8eb8
3 changed files with 10 additions and 5 deletions

View file

@ -344,7 +344,7 @@ internal class DefaultSwapRepository(
appPreferencesStore = appPreferencesStore,
),
toExtraId = toExtraId?.ifEmpty { null },
quoteId = null,
quoteId = null, // TODO add when implementing fixed rate in swap
).getOrThrow()
if (dataSignatureVerifier.verifySignature(response.signature, response.txDetailsJson)) {
val txDetails = parseTxDetails(response.txDetailsJson)