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
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.
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?
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.
The text was updated successfully, but these errors were encountered: