s/JSONRPC/JSONRPCWallet/g

This commit is contained in:
Michał Sałaban 2017-12-26 22:02:17 +01:00
parent ddd54b6063
commit 79a549391d
3 changed files with 8 additions and 8 deletions

View file

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