Updated on 2026-08-14
This commit is contained in:
commit
3dbb6a64be
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class WalletConnectSdkHelper {
|
|||
|
||||
val decimals = blockchain.decimals()
|
||||
|
||||
val value = transaction.value?.hexToBigDecimal()
|
||||
val value = (transaction.value ?: "0").hexToBigDecimal()
|
||||
?.movePointLeft(decimals) ?: return null
|
||||
|
||||
val gasPrice = transaction.gasPrice?.hexToBigDecimal()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue