Updated on 2026-08-14
This commit is contained in:
parent
1ccd4f3b6c
commit
b3ed607c1a
4 changed files with 7 additions and 27 deletions
|
|
@ -18,6 +18,7 @@ import com.tangem.domain.pay.repository.TangemPaySwapRepository
|
|||
import com.tangem.domain.visa.error.VisaApiError
|
||||
import com.tangem.domain.wallets.legacy.UserWalletsListManager
|
||||
import com.tangem.features.hotwallet.HotWalletFeatureToggles
|
||||
import com.tangem.utils.extensions.addHexPrefix
|
||||
import java.math.BigDecimal
|
||||
import java.math.RoundingMode
|
||||
import java.util.Currency
|
||||
|
|
@ -66,7 +67,7 @@ internal class DefaultTangemPaySwapRepository @Inject constructor(
|
|||
recipientAddress = receiverAddress,
|
||||
adminSalt = result.salt,
|
||||
senderAddress = result.senderAddress,
|
||||
adminSignature = signatureResult.signature,
|
||||
adminSignature = signatureResult.signature.addHexPrefix(),
|
||||
)
|
||||
tangemPayApi.withdraw(authHeader = authHeader, body = request)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue