Updated on 2026-08-14
This commit is contained in:
commit
c13a1a0809
1 changed files with 1 additions and 1 deletions
|
|
@ -293,7 +293,7 @@ internal class DefaultSwapRepository @Inject constructor(
|
|||
if (txDetails.requestId != requestId) {
|
||||
return@withContext DataError.InvalidRequestIdError().left()
|
||||
}
|
||||
if (toAddress != txDetails.payoutAddress) {
|
||||
if (!toAddress.equals(txDetails.payoutAddress, ignoreCase = true)) {
|
||||
return@withContext DataError.InvalidPayoutAddressError().left()
|
||||
}
|
||||
expressDataConverter.convert(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue