We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3094ddb commit e7a5a19Copy full SHA for e7a5a19
2 files changed
bitcoin/core/key.py
@@ -40,6 +40,11 @@
40
ctypes.util.find_library('ssl.35') or ctypes.util.find_library('ssl') or 'libeay32'
41
)
42
43
+#import sys
44
+#print('Hello')
45
+#print(ctypes.util.find_library('ssl'))
46
+#sys.exit()
47
+
48
_libsecp256k1_path = ctypes.util.find_library('secp256k1')
49
_libsecp256k1_enable_signing = False
50
_libsecp256k1_context = None
install_bitcoinlib_openssl.sh
@@ -24,6 +24,8 @@ sudo make -j
24
25
26
# Install python-bitcoinlib
27
+sudo apt install tox
28
29
cd ~
30
if [ ! -d "python-bitcoinlib" ]
31
then
0 commit comments