Implement novacoin mining support
[stratum-mining.git] / lib / block_updater.py
index fd03711..e4f27cc 100644 (file)
@@ -13,7 +13,7 @@ class BlockUpdater(object):
         This will call registry.update_block when new prevhash appear.
 
         This is just failback alternative when something
-        with ./bitcoind -blocknotify will go wrong.
+        with ./novacoind -blocknotify will go wrong.
     '''
 
     def __init__(self, registry, bitcoin_rpc):