Skip to content
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

Mempool import fails #207

Closed
kallewoof opened this issue Jul 11, 2017 · 4 comments
Closed

Mempool import fails #207

kallewoof opened this issue Jul 11, 2017 · 4 comments
Labels

Comments

@kallewoof
Copy link
Contributor

Describe the issue

When stopping Elements (regtest) using ^C, after restarting it, mempool transactions will fail to import (possibly because a lot of them are chained and depend on each other).

Expected behaviour

A ^C shutdown followed by a restart should not fail to import any mempool transactions.

Actual behaviour

A restart results in a failure to import some/all mempool transactions.

What version of bitcoin-core are you using?

elements-0.14.1

Any extra information that might be useful in the debugging process.

2017-07-11 11:29:23 Imported mempool transactions from disk: 0 successes, 5 failed, 0 expired
@instagibbs
Copy link
Contributor

Can confirm the issue, getting the issue when mempool is larger than 1.

@instagibbs
Copy link
Contributor

instagibbs commented Jul 11, 2017

It seems to just be a race between the wallet re-submitting the transaction successfully and being loaded from the mempool cache from disk(not a bug). Can you make sure that your mempool is actually empty?

@kallewoof
Copy link
Contributor Author

$ ./elements-cli -regtest getrawmempool
[
]

@jtimon jtimon added the 0.14.1 label Jul 13, 2017
@instagibbs
Copy link
Contributor

resolved #210 and #211

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants