temporarily disable LC sync in testnet (#4238)

LC sync seems to trigger libp2p disconnects in launch_local_testnet in
some cases. Disable the testing flag for now until investigated.
This commit is contained in:
Etan Kissling 2022-10-14 10:12:14 -05:00 committed by GitHub
parent 22d68de365
commit 23cf8e9b22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -994,7 +994,6 @@ for NUM_NODE in $(seq 0 $(( NUM_NODES - 1 ))); do
--keymanager-token-file="${DATA_DIR}/keymanager-token" \
--rest-port="$(( BASE_REST_PORT + NUM_NODE ))" \
--metrics-port="$(( BASE_METRICS_PORT + NUM_NODE ))" \
--sync-light-client=on \
${EXTRA_ARGS} \
&> "${DATA_DIR}/log${NUM_NODE}.txt" &