Skip to content

Commit e7a5a19

Browse files
committed
Testing
1 parent 3094ddb commit e7a5a19

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

bitcoin/core/key.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@
4040
ctypes.util.find_library('ssl.35') or ctypes.util.find_library('ssl') or 'libeay32'
4141
)
4242

43+
#import sys
44+
#print('Hello')
45+
#print(ctypes.util.find_library('ssl'))
46+
#sys.exit()
47+
4348
_libsecp256k1_path = ctypes.util.find_library('secp256k1')
4449
_libsecp256k1_enable_signing = False
4550
_libsecp256k1_context = None

install_bitcoinlib_openssl.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ sudo make -j
2424

2525

2626
# Install python-bitcoinlib
27+
sudo apt install tox
28+
2729
cd ~
2830
if [ ! -d "python-bitcoinlib" ]
2931
then

0 commit comments

Comments
 (0)