blockcypher / blockcypher-python

Python library for the BlockCypher web services
https://www.blockcypher.com/dev/bitcoin
Apache License 2.0
208 stars 122 forks source link

KeyError: 'txs' in get_address_full call #120

Open ashwini-hirekathur opened 1 year ago

ashwini-hirekathur commented 1 year ago

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.

Dalaiyaz21213M commented 7 months ago

Juliesandhya2305@gmail.com