iexbase/tron-api-python

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

Bakteriachan opened this issue · 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