From 4ef3554307ed5e657df12ead112c48cfeea54ed8 Mon Sep 17 00:00:00 2001 From: Duke Date: Fri, 22 Aug 2025 06:47:27 -0400 Subject: [PATCH] Update authproxy --- qa/rpc-tests/test_framework/authproxy.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qa/rpc-tests/test_framework/authproxy.py b/qa/rpc-tests/test_framework/authproxy.py index e55570636..d88d98bc3 100644 --- a/qa/rpc-tests/test_framework/authproxy.py +++ b/qa/rpc-tests/test_framework/authproxy.py @@ -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):