1
0

remove interface.synchronous_get

This commit is contained in:
ThomasV
2014-07-29 00:15:21 +02:00
parent 087490a197
commit ed8f9666df
3 changed files with 6 additions and 43 deletions

View File

@@ -447,11 +447,6 @@ class Network(threading.Thread):
with self.lock:
return self.running
def synchronous_get(self, requests, timeout=100000000):
return self.interface.synchronous_get(requests)
def get_header(self, tx_height):
return self.blockchain.read_header(tx_height)