Browse Source

modified: mmnode-netrate
modified: mmnode-peerblocks

philemon 7 years ago
parent
commit
402c3c334b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      mmnode-netrate
  2. 1 1
      mmnode-peerblocks

+ 1 - 1
mmnode-netrate

@@ -16,7 +16,7 @@ opts_data = lambda: {
 cmd_args = opts.init(opts_data)
 
 ERASE_LINE,CUR_UP = '\033[K','\033[1A'
-c = bitcoin_connection()
+c = rpc_connection()
 
 def do_loop():
 	def get_data():

+ 1 - 1
mmnode-peerblocks

@@ -28,7 +28,7 @@ def at_exit():
 	sys.stderr.write('\n')
 atexit.register(at_exit)
 
-bc = bitcoin_connection()
+bc = rpc_connection()
 
 msg_r(CUR_HOME+ERASE_ALL)