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