File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ cp -R "$LEDGER_DIR/ledgers/" genesis
289289mkdir -p tmp
290290
291291echo " Running warmup mina advanced test submit-to-archive (1 block, 1 payment, 0 zkapp)..."
292- TMP=tmp MINA_PRIVKEY_PASS=" $MINA_EXE " advanced test submit-to-archive \
292+ TMP=tmp MINA_PRIVKEY_PASS=" " " $MINA_EXE " advanced test submit-to-archive \
293293 --archive-node-port " $ARCHIVE_PORT " \
294294 --config-file " $LEDGER_DIR /runtime_config.json" \
295295 --privkey-path " $LEDGER_DIR /plain1" \
@@ -320,7 +320,7 @@ echo ""
320320# Run main submit-to-archive test
321321echo " [Main Test] Submitting blocks to archive..."
322322echo " Running mina advanced test submit-to-archive..."
323- TMP=tmp MINA_PRIVKEY_PASS=" $MINA_EXE " advanced test submit-to-archive \
323+ TMP=tmp MINA_PRIVKEY_PASS=" " " $MINA_EXE " advanced test submit-to-archive \
324324 --archive-node-port " $ARCHIVE_PORT " \
325325 --config-file " $LEDGER_DIR /runtime_config.json" \
326326 --privkey-path " $LEDGER_DIR /plain1" \
You can’t perform that action at this time.
0 commit comments