Browse Source
ecc: don't print trace when can't find libsecp
3.2.x
SomberNight
7 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
lib/ecc_fast.py
|
|
@ -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() |
|
|
|