Open ManEelyMan opened 2 years ago
Fixed an error that breaks the TxFetcher. :)
Confirmed this commit fixes bug in TxFetcher.fetch().
TxFetcher.fetch()
raise ValueError('unexpected response: {}'.format(response.text)) ValueError: unexpected response: Invalid hex string
Fixed an error that breaks the TxFetcher. :)