electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit ec5931ae541e553bee9ed6bd4103126e443cc458
parent 4a65db54c9a855a57a1a4b7466c3cb4fcc21fe81
Author: SomberNight <somber.night@protonmail.com>
Date:   Wed, 30 May 2018 22:50:03 +0200

rename dylib for libsecp

follow c76375de9188f13573910bd5b054df39a74bf168

Diffstat:
Mlib/ecc_fast.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ecc_fast.py b/lib/ecc_fast.py @@ -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: