-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suppress duplicate transaction error #4582
Comments
This is received due to old transactions being rebroadcast on the network. The running theory is that either the node has some stuck comms, or that a connected wallet resent that just before the node updated |
This does not solve the root cause: #4627 |
This is renamed and logs should look like this:
|
We have fixed multiple issues with RPC connections, this caused nodes to get "stuck" on older tips while still connected to other network, |
When submitting a transaction, both wallets will submit the transition, this will cause the base_nodes to erroneously flag the transaction as:
We need to try and see if we correctly identify it as a duplicate before we reject it as invalid.
If this is not possible, we can just reduce the log to
DEBUG
The text was updated successfully, but these errors were encountered: