ScopeLift / kaspa-wallet

👝 A web wallet for the Kaspa blockchain network
4 stars 2 forks source link

Implement Actions For Failed Transactions #90

Open apbendi opened 4 years ago

apbendi commented 4 years ago

Issue 7.2.2

Failed/Errored transactions will be persisted in the log file from #88. Those failed transactions should still be shown in the Transaction List with the X circled icon. On the right hand side of the row, there should be icon/buttons that enable the following functions:

wildmolasses commented 4 years ago

There is some hairiness here with detecting transactions that eventually fail. Current implementation using API would need to check updated transaction list against previous one. Feels a bit clumsy; MQTT could help.