programmingbitcoin icon indicating copy to clipboard operation
programmingbitcoin copied to clipboard

Update tx.py

Open ManEelyMan opened this issue 3 years ago • 1 comments

Fixed an error that breaks the TxFetcher. :)

ManEelyMan avatar Oct 31 '22 17:10 ManEelyMan

Confirmed this commit fixes bug in TxFetcher.fetch().

raise ValueError('unexpected response: {}'.format(response.text))
ValueError: unexpected response: Invalid hex string

olayad avatar Dec 08 '22 01:12 olayad