Updated on 2026-08-14
This commit is contained in:
parent
27a52b5457
commit
a25e38749f
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class SaltPayRegistrationManager(
|
|||
) {
|
||||
val kycUrlProvider = KYCUrlProvider(walletPublicKey, kycProvider)
|
||||
|
||||
private val approvalValue: BigDecimal = BigDecimal.ONE
|
||||
private val approvalValue: BigDecimal = BigDecimal.valueOf(Math.pow(2.toDouble(), 255.toDouble()))
|
||||
private val spendLimitValue: BigDecimal = BigDecimal("100")
|
||||
|
||||
fun transactionIsSent(): Boolean {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue