-
Notifications
You must be signed in to change notification settings - Fork 719
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
Failed to accept tx in mem pool? #2614
Comments
Check the debug.log, the rejection reason will be stated there. |
Not much in debug.log 2021-10-28T17:11:02Z CommitTransaction: ERROR: Failed to accept tx in the memory pool (reason: (code 0)) |
ok thanks, there are some mempool rejections that aren't logging the cause. |
But had some weird behavior in the wallet. I selected over 100 inputs but under 150. So there is some bug... I'll get back with more details once the TX is fully rejected, and I re-scan the wallet . |
There is no way to reproduce. I have some suspicions, that when you introduced a new verison from 5.0.0, to now maybe HDSeed is not honored in the wallet. I was using HDSeed to make sure I won't lose the wallet. but now took the backup from March and have some funds gone, meaning, some new addresses non HDSeedwere generated in the old wallet... |
Caused by having un-scanned spent input, see #2615 for actual bug |
PIVX v5.3.2
The text was updated successfully, but these errors were encountered: