mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-26 06:35:51 +00:00
Update desktop wallet for xrpl.js 4.x+
This commit is contained in:
@@ -8,12 +8,12 @@ const prepareTxData = (transactions) => {
|
||||
}
|
||||
|
||||
return {
|
||||
confirmed: transaction.tx.date,
|
||||
type: transaction.tx.TransactionType,
|
||||
from: transaction.tx.Account,
|
||||
to: transaction.tx.Destination ?? "-",
|
||||
confirmed: transaction.close_time_iso,
|
||||
type: transaction.tx_json.TransactionType,
|
||||
from: transaction.tx_json.Account,
|
||||
to: transaction.tx_json.Destination ?? "-",
|
||||
value: tx_value,
|
||||
hash: transaction.tx.hash
|
||||
hash: transaction.hash
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user