Updated on 2026-08-14

This commit is contained in:
Tangem 2022-10-18 19:25:53 +05:00
parent a25e38749f
commit eea2cb8559
2 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ class SaltPayRegistrationManager(
) {
val kycUrlProvider = KYCUrlProvider(walletPublicKey, kycProvider)
private val approvalValue: BigDecimal = BigDecimal.valueOf(Math.pow(2.toDouble(), 255.toDouble()))
private val approvalValue: BigDecimal = BigDecimal.valueOf(Math.pow(2.toDouble(), 256.toDouble()) - 1)
private val spendLimitValue: BigDecimal = BigDecimal("100")
fun transactionIsSent(): Boolean {