mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-23 04:18:35 +01:00
In the functional test framework, we often treat hashes as uint256 integers, which seems to be confusing and for no good reason, as hashes are just sequences of bytes. This commit gets rid of obvious internal instances of that where individual functional tests are not affected. In the long-term, it might make sense to store other hashes (mostly txids) as actual bytes to avoid annoying conversions and improve code readability.
32 KiB
32 KiB