aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/p2p-acceptblock.py
diff options
context:
space:
mode:
authorTomo Ueda <[email protected]>2021-09-02 12:22:51 -0700
committerTomo Ueda <[email protected]>2021-09-02 12:22:51 -0700
commit5dc1b84ed324b677ecb13d71fd38bcece1b54383 (patch)
tree085f913c1181febcf2dc42cd11e086fd89f74d4c /qa/rpc-tests/p2p-acceptblock.py
parentMerge pull request #2469 from patricklodder/1.14.4-fixate (diff)
downloaddiscoin-5dc1b84ed324b677ecb13d71fd38bcece1b54383.tar.xz
discoin-5dc1b84ed324b677ecb13d71fd38bcece1b54383.zip
s/doge/dis/g
Diffstat (limited to 'qa/rpc-tests/p2p-acceptblock.py')
-rwxr-xr-xqa/rpc-tests/p2p-acceptblock.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/rpc-tests/p2p-acceptblock.py b/qa/rpc-tests/p2p-acceptblock.py
index d06bcf5a3..c77fa522c 100755
--- a/qa/rpc-tests/p2p-acceptblock.py
+++ b/qa/rpc-tests/p2p-acceptblock.py
@@ -128,8 +128,8 @@ class TestNode(NodeConnCB):
class AcceptBlockTest(BitcoinTestFramework):
def add_options(self, parser):
parser.add_option("--testbinary", dest="testbinary",
- default=os.getenv("DOGECOIND", "dogecoind"),
- help="dogecoind binary to test")
+ default=os.getenv("DOGECOIND", "discoind"),
+ help="discoind binary to test")
def __init__(self):
super().__init__()