Novacoin: update titles
authorCryptoManiac <balthazar@yandex.ru>
Sat, 19 Jul 2014 22:14:30 +0000 (02:14 +0400)
committerCryptoManiac <balthazar@yandex.ru>
Sat, 19 Jul 2014 22:14:30 +0000 (02:14 +0400)
backends/bitcoind/blockchain_processor.py

index 644e74e..fb68f25 100644 (file)
@@ -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()