modified: mmnode-netrate

modified:   mmnode-peerblocks
This commit is contained in:
philemon 2017-10-01 11:34:43 +03:00
commit 402c3c334b
Signed by untrusted user who does not match committer: mmgen
GPG key ID: 62DBE9E5212F05BE
2 changed files with 2 additions and 2 deletions

View file

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

View file

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