Updated on 2026-08-14
This commit is contained in:
parent
a25e38749f
commit
eea2cb8559
2 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue