The script cannot import electrumabc if it is not in the python PATH. We could install ElectrumABC as a package with pip install . in update-electrum-checkpoints.sh, but it is simpler to just hack sys.path to make sure the script always work with the latest version of the source code.
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABC891ff94e7e1d: [electrum] fix get_merkle_root when Electrum ABC is not installed
pip uninstall ElectrumABC cd ./contrib/source-control-tools ./patch-recipes/update-electrum-checkpoints.sh
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable