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
After these steps, service was not handling transactions:
Service had 3 pending transactions
Service was halted
On restart the three pending transactions failed due to error: bad-txns-inputs-missingorspent You might have a local transaction in your wallet that this transaction builds on top. You need to either broadcast or remove the local tx.
After clearing the local transactions from the wallet the API failed on queue and would not process tx giving Insufficient funds error
Issue was cleared after pending transactions were removed from db and added back in
Possible fix:
Make sure that on shutdown all local transactions get cleared from the wallet OR on startup make sure not to initiate new transaction for pending transactions
The text was updated successfully, but these errors were encountered:
After these steps, service was not handling transactions:
bad-txns-inputs-missingorspent You might have a local transaction in your wallet that this transaction builds on top. You need to either broadcast or remove the local tx.
queue
and would not process tx givingInsufficient funds
errorPossible fix:
The text was updated successfully, but these errors were encountered: