Closed 0xB10C closed 5 years ago
Problem As soon as https://github.com/bitcoin/bitcoin/pull/15637 is being used in a release the worker script stdin_mempool_to_db.py won't work.
stdin_mempool_to_db.py
Solution Change hardcoded size to vsize in the worker script when updating to a newer Bitcoin Core release.
size
vsize
Only needs to be merged (when a newer Bitcoin Core version is used).
Closing
Problem As soon as https://github.com/bitcoin/bitcoin/pull/15637 is being used in a release the worker script
stdin_mempool_to_db.py
won't work.Solution Change hardcoded
size
tovsize
in the worker script when updating to a newer Bitcoin Core release.