diff options
author | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2022-02-12 02:34:03 +0100 |
---|---|---|
committer | Sebastian Falbesoner <sebastian.falbesoner@gmail.com> | 2022-02-14 12:48:43 +0100 |
commit | f11dad22a506e10fbbfbcb6ccf32754bf8e72b72 (patch) | |
tree | dea5a25ce4e11e790cb5b3b3c57f88e9f419fcee /INSTALL.md | |
parent | 3bb93940703e9d0f4bffda98f4fe22fb1487db34 (diff) |
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.
Diffstat (limited to 'INSTALL.md')
0 files changed, 0 insertions, 0 deletions