diff options
Diffstat (limited to 'qa/rpc-tests/p2p-acceptblock.py')
| -rwxr-xr-x | qa/rpc-tests/p2p-acceptblock.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/p2p-acceptblock.py b/qa/rpc-tests/p2p-acceptblock.py index c77fa522c..9113c9948 100755 --- a/qa/rpc-tests/p2p-acceptblock.py +++ b/qa/rpc-tests/p2p-acceptblock.py @@ -128,7 +128,7 @@ class TestNode(NodeConnCB): class AcceptBlockTest(BitcoinTestFramework): def add_options(self, parser): parser.add_option("--testbinary", dest="testbinary", - default=os.getenv("DOGECOIND", "discoind"), + default=os.getenv("DISCOIND", "discoind"), help="discoind binary to test") def __init__(self): |