Skip to content

Commit 94c6205

Browse files
committed
Bump version of python-libbitcoinclient
1 parent d3a7de8 commit 94c6205

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

market/network.py

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def get_result(result):
136136
self.get_image(node_to_ask, unhexlify(image_hash))
137137
return contract
138138
else:
139+
self.log.warning("Fetched an invalid contract from %s" % node_to_ask.id.encode("hex"))
139140
return None
140141
except Exception:
141142
return None

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gnupg==2.0.2
77
pynacl==1.0.1
88
txrestapi==0.2
99
txws==0.9.1
10-
python-libbitcoinclient==0.4.2
10+
python-libbitcoinclient==0.4.3
1111
python-bitcoinlib==0.5.0
1212
pyopenssl==0.15.1
1313
miniupnpc==1.9

0 commit comments

Comments
 (0)