From: CryptoManiac Date: Sat, 19 Jul 2014 22:14:30 +0000 (+0400) Subject: Novacoin: update titles X-Git-Url: https://git.novaco.in/?p=electrum-server.git;a=commitdiff_plain;h=e2f5fd714c7f025a4e7b2a704c6e86c3bded8e00 Novacoin: update titles --- 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()