@@ -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():
@@ -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)