blockcypher / blockcypher-python

Python library for the BlockCypher web services

Home Page:https://www.blockcypher.com/dev/bitcoin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KeyError: 'txs' in get_address_full call

ashwini-hirekathur opened this issue · comments

File "/usr/local/lib/python3.9/site-packages/blockcypher/api.py", line 225, in get_address_full
for tx in response_dict['txs']:
KeyError: 'txs'

Accessing field 'txs' in response_dict object which does not exit. Field is not verified before accessing.