forked from algorand/go-algorand
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
goal: avoid "node successfully started" on a previously started node (a…
…lgorand#2075) When starting a node which is already started, two messages are show: already started and successfully started: $ goal node start Algorand node was already started! Algorand node successfully started! Only the already started message should be shown. Also, when node restart command is given, there is a check in the code if the node was already running. This check comes after the node was stopped, so should never return as the node is still running. But in case it does, a message is added to notify the user.
- Loading branch information
1 parent
d585712
commit 75c12fd
Showing
3 changed files
with
29 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters