Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit d690c66

Browse files
committed
Bump version of python-libbitcoinclient
1 parent 2ba35cb commit d690c66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def _tuple_from_string(string):
195195
LIBBITCOIN_SERVERS.append(new_server)
196196
else:
197197
print 'Warning: please check your configuration file: %s' % server
198-
shuffle(LIBBITCOIN_SERVERS)
198+
shuffle(LIBBITCOIN_SERVERS)
199199

200200
items = cfg.items('LIBBITCOIN_SERVERS_TESTNET') # this also includes items in DEFAULTS
201201
for item in items:
@@ -209,7 +209,7 @@ def _tuple_from_string(string):
209209
LIBBITCOIN_SERVERS_TESTNET.append(new_server)
210210
else:
211211
print 'Warning: please check your configuration file: %s' % server
212-
shuffle(LIBBITCOIN_SERVERS_TESTNET)
212+
shuffle(LIBBITCOIN_SERVERS_TESTNET)
213213

214214

215215
def set_value(section, name, value):

requirements.txt

Lines changed: 1 addition & 1 deletion
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.1
10+
python-libbitcoinclient==0.4.2
1111
python-bitcoinlib==0.5.0
1212
pyopenssl==0.15.1
1313
miniupnpc==1.9

0 commit comments

Comments
 (0)