tron-api-python
tron-api-python copied to clipboard
ValueError: non-hexadecimal number found in fromhex() arg at position 1
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