mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 11:38:57 +00:00
fix(@desktop/wallet): Use the new pending tx API for pending tx
fixes #3141
This commit is contained in:
parent
5a7aac0baf
commit
69a6d06fea
@ -91,7 +91,7 @@ proc confirmTransactionStatus(self: WalletModel, pendingTransactions: JsonNode,
|
||||
if transactionReceipt.kind != JNull:
|
||||
status_wallet.deletePendingTransaction(trx["hash"].getStr)
|
||||
let ev = TransactionMinedArgs(
|
||||
data: trx["data"].getStr,
|
||||
data: trx["additionalData"].getStr,
|
||||
transactionHash: trx["hash"].getStr,
|
||||
success: transactionReceipt{"status"}.getStr == "0x1",
|
||||
revertReason: ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user