Updated on 2026-08-14
This commit is contained in:
parent
f099f54a6b
commit
64c7ee6618
3 changed files with 8 additions and 0 deletions
|
|
@ -292,6 +292,9 @@ internal class DefaultSwapRepository @Inject constructor(
|
|||
if (txDetails.requestId != requestId) {
|
||||
return@withContext DataError.InvalidRequestIdError().left()
|
||||
}
|
||||
if (toAddress != txDetails.payoutAddress) {
|
||||
return@withContext DataError.InvalidPayoutAddressError().left()
|
||||
}
|
||||
expressDataConverter.convert(
|
||||
ExchangeDataResponseWithTxDetails(
|
||||
dataResponse = response,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue