From: ThomasV Date: Wed, 13 Jun 2012 14:49:15 +0000 (+0400) Subject: do not override parent anymore X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=commitdiff_plain;h=2e04e2c499984d5a8f510b33ca040058bec59c8c do not override parent anymore --- diff --git a/backends/libbitcoin/__init__.py b/backends/libbitcoin/__init__.py index 20eae9b..e6092f7 100644 --- a/backends/libbitcoin/__init__.py +++ b/backends/libbitcoin/__init__.py @@ -359,8 +359,3 @@ class BlockchainProcessor(Processor): response = {"id": request["id"], "result": tx_hash, "error": None} self.push_response(response) - def run(self): - print "Warning: pre-alpha prototype. Full of bugs." - while not self.shared.stopped(): - time.sleep(1) -