File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
scripts/mina-local-network Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -778,7 +778,7 @@ if ${VALUE_TRANSFERS} || ${ZKAPP_TRANSACTIONS}; then
778778 python3 scripts/mina-local-network/send-graphql-query.py ${REST_SERVER} " ${QUERY} "
779779 fi
780780
781- if ${VALUE_TRANSFER } ; then
781+ if ${VALUE_TRANSFERS } ; then
782782 ${MINA_EXE} account import -rest-server ${REST_SERVER} -privkey-path ${KEY_FILE}
783783 ${MINA_EXE} account unlock -rest-server ${REST_SERVER} -public-key ${PUB_KEY}
784784
@@ -793,7 +793,7 @@ if ${VALUE_TRANSFERS} || ${ZKAPP_TRANSACTIONS}; then
793793 while true ; do
794794 sleep ${TRANSACTION_FREQUENCY}
795795
796- if ${VALUE_TRANSFER } ; then
796+ if ${VALUE_TRANSFERS } ; then
797797 ${MINA_EXE} client send-payment -rest-server ${REST_SERVER} -amount 1 -receiver ${PUB_KEY} -sender ${PUB_KEY}
798798 fi
799799
You can’t perform that action at this time.
0 commit comments