diff options
| author | Ross Nicoll <[email protected]> | 2015-08-02 10:56:20 +0100 |
|---|---|---|
| committer | Ross Nicoll <[email protected]> | 2019-03-25 05:36:11 +0000 |
| commit | 4dd8838b3a34bcaf6fc9230744c73d5e3ab530f7 (patch) | |
| tree | 5915283c8812daa808a9a204a5a0413878db9a5d /qa/rpc-tests/maxblocksinflight.py | |
| parent | Introduce basic Dogecoin branding (diff) | |
| download | discoin-4dd8838b3a34bcaf6fc9230744c73d5e3ab530f7.tar.xz discoin-4dd8838b3a34bcaf6fc9230744c73d5e3ab530f7.zip | |
Rename binaries to match Dogecoin
Diffstat (limited to 'qa/rpc-tests/maxblocksinflight.py')
| -rwxr-xr-x | qa/rpc-tests/maxblocksinflight.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/maxblocksinflight.py b/qa/rpc-tests/maxblocksinflight.py index 1df1c484b..ff6fbeee4 100755 --- a/qa/rpc-tests/maxblocksinflight.py +++ b/qa/rpc-tests/maxblocksinflight.py @@ -73,7 +73,7 @@ class TestManager(NodeConnCB): class MaxBlocksInFlightTest(BitcoinTestFramework): def add_options(self, parser): parser.add_option("--testbinary", dest="testbinary", - default=os.getenv("BITCOIND", "bitcoind"), + default=os.getenv("DOGECOIND", "dogecoind"), help="Binary to test max block requests behavior") def __init__(self): |