URI: 
       trename dylib for libsecp - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit ec5931ae541e553bee9ed6bd4103126e443cc458
   DIR parent 4a65db54c9a855a57a1a4b7466c3cb4fcc21fe81
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Wed, 30 May 2018 22:50:03 +0200
       
       rename dylib for libsecp
       
       follow c76375de9188f13573910bd5b054df39a74bf168
       
       Diffstat:
         M lib/ecc_fast.py                     |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/ecc_fast.py b/lib/ecc_fast.py
       t@@ -34,7 +34,7 @@ SECP256K1_EC_UNCOMPRESSED = (SECP256K1_FLAGS_TYPE_COMPRESSION)
        
        def load_library():
            if sys.platform == 'darwin':
       -        library_path = 'libsecp256k1.dylib'
       +        library_path = 'libsecp256k1.0.dylib'
            elif sys.platform in ('windows', 'win32'):
                library_path = 'libsecp256k1.dll'
            elif 'ANDROID_DATA' in os.environ: