Updated on 2026-08-14
This commit is contained in:
parent
6d1a15724f
commit
26f5a1da82
3 changed files with 9 additions and 11 deletions
|
|
@ -77,6 +77,7 @@ class WalletConnectSdkHelper {
|
|||
|
||||
val transactionData = TransactionData(
|
||||
amount = Amount(value, wallet.blockchain),
|
||||
// TODO refactoring
|
||||
fee = Fee.Common(Amount(fee, wallet.blockchain)),
|
||||
sourceAddress = transaction.from,
|
||||
destinationAddress = transaction.to!!,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue