tron-api-python icon indicating copy to clipboard operation
tron-api-python copied to clipboard

ValueError: non-hexadecimal number found in fromhex() arg at position 1

Open bakteriachan opened this issue 3 years ago • 0 comments

When using isAddress method to verify a wallet, it does not accept Hexadecimal wallets starting with 0x, this error raises in trx_utils/address.py line 24 which uses bytes.fromhex which does not accept 0x-starting hexadecimal values

bakteriachan avatar Sep 26 '22 05:09 bakteriachan