Skip to content

Commit

Permalink
Change Bitcoin to Dogecoin in QA output strings
Browse files Browse the repository at this point in the history
  • Loading branch information
chromatic committed Aug 30, 2023
1 parent 836753e commit fdf3351
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qa/rpc-tests/test_framework/authproxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

HTTP_TIMEOUT = 30

log = logging.getLogger("BitcoinRPC")
log = logging.getLogger("DogecoinRPC")

class JSONRPCException(Exception):
def __init__(self, rpc_error):
Expand Down
4 changes: 2 additions & 2 deletions qa/rpc-tests/test_framework/mininode.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (c) 2010 ArtForz -- public domain half-a-node
# Copyright (c) 2012 Jeff Garzik
# Copyright (c) 2010-2016 The Bitcoin Core developers
# Copyright (c) 2022 The Dogecoin Core developers
# Copyright (c) 2022-2023 The Dogecoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down Expand Up @@ -1667,7 +1667,7 @@ def __init__(self, dstaddr, dstport, rpc, callback, net="regtest", services=NODE
vt.addrFrom.port = 0
self.send_message(vt, True)

print('MiniNode: Connecting to Bitcoin Node IP # ' + dstaddr + ':' \
print('MiniNode: Connecting to Dogecoin Node IP # ' + dstaddr + ':' \
+ str(dstport))

try:
Expand Down

0 comments on commit fdf3351

Please sign in to comment.