From 81f3dac929e0e1b18c982946a358c3f1c7ddb65c Mon Sep 17 00:00:00 2001 From: ahmedbodi Date: Mon, 6 Jan 2014 09:58:36 +0000 Subject: [PATCH] Removed Unneeded Code --- lib/template_registry.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/template_registry.py b/lib/template_registry.py index f8c5d0d..c8822e7 100644 --- a/lib/template_registry.py +++ b/lib/template_registry.py @@ -283,7 +283,6 @@ class TemplateRegistry(object): # 7. Submit block to the network serialized = binascii.hexlify(job.serialize()) - on_submit = self.bitcoin_rpc. if settings.BLOCK_CHECK_SCRYPT_HASH: on_submit = self.bitcoin_rpc.submitblock(serialized, scrypt_hash_hex) else: