With the .py extension, these files will now be under the watch of our linters.
Fix two remaing linter issues: a missing #!/usr/bin/env python3 shebang and a missing encoding when calling open(...)
Depends on D15359
Differential D15364
[electrum] rename scripts with .py extension, and fix misc lint errors PiRK on Feb 1 2024, 14:18. Authored by Tags None Subscribers None
Details
With the .py extension, these files will now be under the watch of our linters. Fix two remaing linter issues: a missing #!/usr/bin/env python3 shebang and a missing encoding when calling open(...) Depends on D15359 contrib/source-control-tools/patch-recipes/update-electrum-checkpoints.sh arc lint -- electrum/scripts/*py
Diff Detail
Event TimelineComment Actions Note that get_merkle_root.py is the only one of these scripts that has a practical application. The other ones are kept as useful code samples/examples. There are Electrum ABC command-line commands equivalents for each of these use cases. |