Files
bitcoin/test/functional/feature_utxo_set_hash.py
Sebastian Falbesoner 4ef6253017 test: avoid unneeded (w)txid hex -> integer conversions
Rather than determining a CTransaction's (w)txid as an integer by
converting it's hex value, it can be directly accessed via the
introduced `.{w,}txid_int` property.
2025-06-11 00:52:25 +02:00

3.0 KiB
Executable File