This ensures that no transaction is dropped from the mempool due to its parent not being included yet.
Include various other smaller changes such as using GetId instead of GetHash where apropriate, as well as formatting mempool_packages.py .
Differential D989
Readd transactions in the mempool in the right order during reorg. deadalnix on Jan 20 2018, 14:26. Authored by
Details
This ensures that no transaction is dropped from the mempool due to its parent not being included yet. Include various other smaller changes such as using GetId instead of GetHash where apropriate, as well as formatting mempool_packages.py . make check ./test/functional/test_runner.py mempool_packages.py
Diff Detail
|