Implement novacoin mining support
[stratum-mining.git] / lib / bitcoin_rpc.py
index d65c811..e417fc7 100644 (file)
@@ -1,5 +1,5 @@
 '''
-    Implements simple interface to bitcoind's RPC.
+    Implements simple interface to novacoind's RPC.
 '''
 
 import simplejson as json