mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
refactoring for wownero
This commit is contained in:
parent
324fb71587
commit
026992a812
11 changed files with 19 additions and 19 deletions
|
@ -34,7 +34,7 @@ class JSONRPCDaemon(object):
|
|||
|
||||
_net = None
|
||||
|
||||
def __init__(self, protocol='http', host='127.0.0.1', port=18081, path='/json_rpc',
|
||||
def __init__(self, protocol='http', host='127.0.0.1', port=34568, path='/json_rpc',
|
||||
user='', password='', timeout=30, verify_ssl_certs=True, proxy_url=None):
|
||||
self.url = '{protocol}://{host}:{port}'.format(
|
||||
protocol=protocol,
|
||||
|
@ -209,7 +209,7 @@ class JSONRPCWallet(object):
|
|||
"""
|
||||
_master_address = None
|
||||
|
||||
def __init__(self, protocol='http', host='127.0.0.1', port=18088, path='/json_rpc',
|
||||
def __init__(self, protocol='http', host='127.0.0.1', port=8888, path='/json_rpc',
|
||||
user='', password='', timeout=30, verify_ssl_certs=True, proxy_url=None):
|
||||
self.url = '{protocol}://{host}:{port}/json_rpc'.format(
|
||||
protocol=protocol,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue