ecc: don't print trace when can't find libsecp

This commit is contained in:
SomberNight 2018-05-28 02:28:01 +02:00
parent 86992aea6c
commit 1f373c1eb9
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -213,6 +213,6 @@ try:
_libsecp256k1 = load_library()
except:
_libsecp256k1 = None
traceback.print_exc(file=sys.stderr)
#traceback.print_exc(file=sys.stderr)
_prepare_monkey_patching_of_python_ecdsa_internals_with_libsecp256k1()