From 2e04e2c499984d5a8f510b33ca040058bec59c8c Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 13 Jun 2012 18:49:15 +0400 Subject: [PATCH] do not override parent anymore --- backends/libbitcoin/__init__.py | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) 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) - -- 1.7.1