Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def is_connected_to_blockcypher():
try:
get_blockchain_overview()
return True
except Exception as e:
verbose_print(e)
return False
def is_connected_to_blockcypher():
try:
get_blockchain_overview()
return True
except Exception as e:
verbose_print(e)
return False