From 0473513525d1c89deb86cd599cb21ba37d2a1376 Mon Sep 17 00:00:00 2001 From: Ahmed Bodiwala Date: Wed, 29 Jan 2014 03:32:21 +0000 Subject: [PATCH] Fixing error --- mining/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mining/__init__.py b/mining/__init__.py index 49fbca1..9544e3a 100644 --- a/mining/__init__.py +++ b/mining/__init__.py @@ -124,10 +124,6 @@ def setup(on_startup): prune_thr.start() log.info("MINING SERVICE IS READY") - - hash_hex = "00000000a6f9d7a5d6600cc0d17e1b48e39b457c3edbbb42452a5284e4b4ce24" - Interfaces.template_registry.bitcoin_rpc.conns[0].blockexists(hash_hex) - on_startup.callback(True)