Skip to content

Commit

Permalink
Update vc-utils/keymanager.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne authored Sep 1, 2024
1 parent 9a1ecf6 commit a3ab67d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vc-utils/keymanager.sh
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ validator-count() {
__validator-list-call
remote_key_count=$(echo "$__result" | jq -r '.data | length')
echo "Remote Validator keys registered with ${__service}: $remote_key_count"
if [ "${key_count}" -ne "${remote_key_count)" ]; then
if [ "${key_count}" -ne "${remote_key_count}" ]; then
echo "WARNING: The number of keys loaded into Web3signer and registered with the validator client differ."
echo "Please run \"./ethd keys register\""
fi
Expand Down

0 comments on commit a3ab67d

Please sign in to comment.