Alphanet: fixes assert_endorser in alphanet script
This commit is contained in:
parent
8dcc5cefb5
commit
1ec1f501a4
@ -300,7 +300,7 @@ check_endorser() {
|
||||
}
|
||||
|
||||
assert_endorser() {
|
||||
if ! check_baker; then
|
||||
if ! check_endorser; then
|
||||
echo -e "\033[31mEndorser is not running!\033[0m"
|
||||
exit 0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user