You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -332,8 +332,8 @@ run-block-producer: build-release ## Run a block producer node on $(NETWORK) net
332
332
333
333
.PHONY: generate-block-producer-key
334
334
generate-block-producer-key: build-release ## Generate a new block producer key pair (fails if keys exist, use PRODUCER_KEY_FILENAME to customize, MINA_PRIVKEY_PASS for password)
335
-
@if [ -f"$(PRODUCER_KEY_FILENAME)" ];then\
336
-
echo"Error: Producer key already exists at $(PRODUCER_KEY_FILENAME)";\
0 commit comments