1
0

rename class

This commit is contained in:
ThomasV
2012-03-17 13:12:16 +01:00
parent 65f208e733
commit e21c463923
2 changed files with 9 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ import socket, time, interface
def cb(block_number):
print block_number
i = interface.TCPInterface('ecdsa.org', 50001, newblock_callback=cb)
i = interface.AsynchronousInterface('ecdsa.org', 50001, newblock_callback=cb)
i.start_session([],"blocks")
while True: