Update authproxy

This commit is contained in:
Duke
2025-08-22 06:47:27 -04:00
parent 7e3ce02d87
commit 4ef3554307

View File

@@ -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):