From e2f5fd714c7f025a4e7b2a704c6e86c3bded8e00 Mon Sep 17 00:00:00 2001 From: CryptoManiac Date: Sun, 20 Jul 2014 02:14:30 +0400 Subject: [PATCH] Novacoin: update titles --- backends/bitcoind/blockchain_processor.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backends/bitcoind/blockchain_processor.py b/backends/bitcoind/blockchain_processor.py index 644e74e..fb68f25 100644 --- a/backends/bitcoind/blockchain_processor.py +++ b/backends/bitcoind/blockchain_processor.py @@ -65,7 +65,7 @@ class BlockchainProcessor(Processor): self.bitcoind('getinfo') break except: - print_log('cannot contact bitcoind...') + print_log('cannot contact novacoind...') time.sleep(5) continue @@ -113,7 +113,7 @@ class BlockchainProcessor(Processor): try: respdata = urllib.urlopen(self.bitcoind_url, postdata).read() except: - print_log("error calling bitcoind") + print_log("error calling novacoind") traceback.print_exc(file=sys.stdout) self.shared.stop() -- 1.7.1