mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-03 12:30:07 +00:00
ecc: don't print trace when can't find libsecp
This commit is contained in:
parent
86992aea6c
commit
1f373c1eb9
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue