mirror of
https://git.wownero.com/lza_menace/wownero-python.git
synced 2024-08-15 03:25:25 +00:00
s/JSONRPC/JSONRPCWallet/g
This commit is contained in:
parent
ddd54b6063
commit
79a549391d
3 changed files with 8 additions and 8 deletions
|
@ -13,7 +13,7 @@ from ..numbers import from_atomic, to_atomic
|
|||
_log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class JSONRPC(object):
|
||||
class JSONRPCWallet(object):
|
||||
def __init__(self, protocol='http', host='127.0.0.1', port=18082, path='/json_rpc', user='', password=''):
|
||||
self.url = '{protocol}://{host}:{port}/json_rpc'.format(
|
||||
protocol=protocol,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue