From e719bf75d4a0858b2e435eae9e6d2ccc7faf7780 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Mon, 11 Sep 2017 21:53:35 +0100 Subject: [PATCH] Adjust instructions for UTXO dataset creation --nocleanup is sufficient to leave the data directories behind. --noshutdown is only useful if you want to inspect the nodes afterwards, and you'd need to manually shut down both nodes before copying the data directories. --- qa/zcash/create_wallet_200k_utxos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/zcash/create_wallet_200k_utxos.py b/qa/zcash/create_wallet_200k_utxos.py index c4ac3e2e4..d4a1d9d48 100755 --- a/qa/zcash/create_wallet_200k_utxos.py +++ b/qa/zcash/create_wallet_200k_utxos.py @@ -9,7 +9,7 @@ # To use: # - Copy to qa/rpc-tests/wallet_large.py # - Add wallet_large.py to RPC tests list -# - ./qa/pull-tester/rpc-tests.sh wallet_large --noshutdown +# - ./qa/pull-tester/rpc-tests.sh wallet_large --nocleanup # - Archive the resulting /tmp/test###### directory #