1
0

updating default servers

This commit is contained in:
Eagle[TM]
2012-11-27 09:16:27 +01:00
parent 76af3959bf
commit 736b72f77f
2 changed files with 4 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ except:
print "usage: get_history <bitcoin_address>"
sys.exit(1)
i = Interface({'server':'webbtc.com:50001:t'})
i = Interface({'server':'electrum.be:50001:t'})
i.start()
h = i.synchronous_get([ ('blockchain.address.get_history',[addr]) ])[0]
for item in h: