-
Notifications
You must be signed in to change notification settings - Fork 127
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
Job Declarator server fails with EmptyMempool #744
Comments
As a quick workaround I did:
|
It happened the same for me. It should be that much difficult to fix and I can do it in my PR right now |
It seems unrelated though, so maybe make a separate PR? |
I introduced that error management in my last PR (#733). |
You can always log a warning that the mempool is empty, but it's not a reason to crash. The mainnet mempool can be empty. And it is for a newly installed node, or if someone deleted |
I can integrate this suggestion and open open a new PR. But it depends on how @lorbax is working on his PR #716. |
This bug is quite annoying, so I would prefer a simple quick fix until #716 is ready. |
I am rebasing 716 btw |
EmptyMempool-error better management and bug fix (#744)
I run a custom signet, so sometimes the mempool is actually empty.
But when I create a transaction so that there's something in the mempool, I still the same error.
The text was updated successfully, but these errors were encountered: