Update authproxy
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# Copyright (c) 2016-2025 The Hush developers
|
||||
"""
|
||||
Copyright 2011 Jeff Garzik
|
||||
|
||||
@@ -40,11 +41,11 @@ import logging
|
||||
from http.client import HTTPConnection, HTTPSConnection, BadStatusLine
|
||||
from urllib.parse import urlparse
|
||||
|
||||
USER_AGENT = "AuthServiceProxy/0.1"
|
||||
USER_AGENT = "HushAuthServiceProxy/0.1"
|
||||
|
||||
HTTP_TIMEOUT = 600
|
||||
|
||||
log = logging.getLogger("BitcoinRPC")
|
||||
log = logging.getLogger("RPC")
|
||||
|
||||
class JSONRPCException(Exception):
|
||||
def __init__(self, rpc_error):
|
||||
|
||||
Reference in New Issue
Block a user