Fixing error

This commit is contained in:
Ahmed Bodiwala 2014-01-29 03:32:21 +00:00
parent 041c5a0608
commit 0473513525

View File

@ -124,10 +124,6 @@ def setup(on_startup):
prune_thr.start() prune_thr.start()
log.info("MINING SERVICE IS READY") log.info("MINING SERVICE IS READY")
hash_hex = "00000000a6f9d7a5d6600cc0d17e1b48e39b457c3edbbb42452a5284e4b4ce24"
Interfaces.template_registry.bitcoin_rpc.conns[0].blockexists(hash_hex)
on_startup.callback(True) on_startup.callback(True)