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
I'm working on an application based on basecoin. I attempted to commit two transactions out of order. Tx seq #20 was rejected, then seq #19 was accepted, but now I'm getting ERROR: broadcast_tx_commit: Response error: RPC error -32603 - Internal error: Error on broadcastTxCommit: Tx already exists in cache when I try to re-run #20.
I can't just skip to seq #21 because the backend is waiting for #20.
Restarting the peer fixes the issue.
How do I force this transaction either to be completed or flushed from the peer's cache, without restarting?
I'm working on an application based on basecoin. I attempted to commit two transactions out of order. Tx seq #20 was rejected, then seq #19 was accepted, but now I'm getting
ERROR: broadcast_tx_commit: Response error: RPC error -32603 - Internal error: Error on broadcastTxCommit: Tx already exists in cache
when I try to re-run #20.I can't just skip to seq #21 because the backend is waiting for #20.
Restarting the peer fixes the issue.
How do I force this transaction either to be completed or flushed from the peer's cache, without restarting?
(filing this as a ticket per @zmanian's request)
The text was updated successfully, but these errors were encountered: