← Back to Bitcoin Improvement Proposals
BIPinformationalkey-managementtransactions
BIP69: examples file fixes and update to python3
In bip-0069_examples.py: - Fix print_outputs() to use sorted output tuples instead of unsorted - Add Python 3 compatibility using functools.cmp_to_key() - Convert string hashes to byte arrays in second example - Make file executable with shebang for python3 - Add clearer output formatting with transaction hashes and section headers
No reviewsCollections:BIPs — Merged
Specification
In bip-0069_examples.py:
- Fix print_outputs() to use sorted output tuples instead of unsorted
- Add Python 3 compatibility using functools.cmp_to_key()
- Convert string hashes to byte arrays in second example
- Make file executable with shebang for python3
- Add clearer output formatting with transaction hashes and section headers
Discussion (0 threads)
Loading discussions...