You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
If a transaction is successfully accepted by the node but later not confirmed, it should be removed from the list.
The implementation can check the "Unconfirmed transactions" API if there are some pending transactions after checking confirmed transactions update and clear pending transactions if it returns an empty array.
Actual behaviour
If a transaction is successfully accepted by the node but later not confirmed, it stays in the list
The text was updated successfully, but these errors were encountered:
Expected behaviour
If a transaction is successfully accepted by the node but later not confirmed, it should be removed from the list.
The implementation can check the "Unconfirmed transactions" API if there are some pending transactions after checking confirmed transactions update and clear pending transactions if it returns an empty array.
Actual behaviour
If a transaction is successfully accepted by the node but later not confirmed, it stays in the list
The text was updated successfully, but these errors were encountered: