do not override parent anymore
authorThomasV <thomasv@gitorious>
Wed, 13 Jun 2012 14:49:15 +0000 (18:49 +0400)
committerThomasV <thomasv@gitorious>
Wed, 13 Jun 2012 14:49:15 +0000 (18:49 +0400)
backends/libbitcoin/__init__.py

index 20eae9b..e6092f7 100644 (file)
@@ -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)
-