Change the default port

This commit is contained in:
Michał Sałaban 2018-01-18 02:59:54 +01:00
parent 05c1db41a5
commit 8fbc8e853a
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class JSONRPCWallet(object):
_master_address = None
_addresses = None
def __init__(self, protocol='http', host='127.0.0.1', port=18082, path='/json_rpc', user='', password=''):
def __init__(self, protocol='http', host='127.0.0.1', port=18088, path='/json_rpc', user='', password=''):
self.url = '{protocol}://{host}:{port}/json_rpc'.format(
protocol=protocol,
host=host,