Files
bitcoin/test/functional/test_framework
Sebastian Falbesoner f11dad22a5 test: refactor: remove unneeded bytes<->hex conversions in byte_to_base58
It seems like the only reason for using hex strings in this
method was to have a convenient way to convert to an integer
from the input data interpreted as big-endian.
In Python3 we have `int.from_bytes(..., 'big')` for that
purpose, hence there is no need for that anymore and we can
simply operate on bytes only.
2022-02-14 12:48:43 +01:00
..
2021-11-10 11:10:24 +01:00
2021-12-08 14:29:34 -05:00
2022-02-07 15:35:43 +01:00