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
Describe the bug
In case of unstable network, transaction can stale in some network nodes transaction pool.
If mining node doesn't get a transaction during initial push cycle, the transaction will never be mined, but it will stay in the transaction pools of other nodes that will prevent to republish the same transaction (get error Tx is already in transaction pool), or will not be able to emit another transaction with the same output because of cut through erorr.
To Reproduce
Use floonet. Stop mining, shout down the mining node.
Start mining node, start mining. Posted earlier transaction will never reach the mining node.
Post transaction from your wallet. Wallet must be connection to not mining node. Wait few minutes.
Repost transaction from the wallet - will not help.
Cancel transaction and send another one with the same output will not work as well.
User will need to wait for a while untill transaction will be expired from the transaction pool of all nodes.
The text was updated successfully, but these errors were encountered:
Describe the bug
In case of unstable network, transaction can stale in some network nodes transaction pool.
If mining node doesn't get a transaction during initial push cycle, the transaction will never be mined, but it will stay in the transaction pools of other nodes that will prevent to republish the same transaction (get error Tx is already in transaction pool), or will not be able to emit another transaction with the same output because of cut through erorr.
To Reproduce
Use floonet. Stop mining, shout down the mining node.
Start mining node, start mining. Posted earlier transaction will never reach the mining node.
Post transaction from your wallet. Wallet must be connection to not mining node. Wait few minutes.
Repost transaction from the wallet - will not help.
Cancel transaction and send another one with the same output will not work as well.
User will need to wait for a while untill transaction will be expired from the transaction pool of all nodes.
The text was updated successfully, but these errors were encountered: