We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a7de8 commit 94c6205Copy full SHA for 94c6205
market/network.py
@@ -136,6 +136,7 @@ def get_result(result):
136
self.get_image(node_to_ask, unhexlify(image_hash))
137
return contract
138
else:
139
+ self.log.warning("Fetched an invalid contract from %s" % node_to_ask.id.encode("hex"))
140
return None
141
except Exception:
142
requirements.txt
@@ -7,7 +7,7 @@ gnupg==2.0.2
7
pynacl==1.0.1
8
txrestapi==0.2
9
txws==0.9.1
10
-python-libbitcoinclient==0.4.2
+python-libbitcoinclient==0.4.3
11
python-bitcoinlib==0.5.0
12
pyopenssl==0.15.1
13
miniupnpc==1.9
0 commit comments