modified: mmnode-netrate
modified: mmnode-peerblocks
This commit is contained in:
parent
474ee240fb
commit
402c3c334b
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue