-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Bug Report
Description
When creating a new todo, the scenario that the transaction is revoked due to chain reorganization is not considered.
When the transaction is executed but then revoked, the todo item still shows on the UI which will make the subsequent transaction that aims to delete it fails, losing user's transaction fee.
Reproduce Steps
- send transaction to create a new todo
- When the transaction is executed, UI shows the new todo
- Let blockchain reorganize by importing a side chain
- The transaction is revoked and returns to transaction pool.
- The todo item still shows in UI.
- Now if we try to delete the item by click
x, the transaction will always fail.
Expected Behaviour
If the transactions revoked by chain reorganization, the todo item in UI should be removed accordingly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
