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 committed Sep 1, 2024
1 parent 778b62c commit 8c2d414
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 @@ -499,7 +499,7 @@ validator-count() {
get-token
fi
__validator-list-call
declare key_count=$(echo "$__result" | jq -r '.data | length')
key_count=$(echo "$__result" | jq -r '.data | length')
echo "Validator keys loaded into ${__service}: $key_count"

if [ "${WEB3SIGNER}" = "true" ]; then
Expand Down

0 comments on commit 8c2d414

Please sign in to comment.