SOLO-4041

AdminKeysCountMismatchSoloError — Validation

AdminKeysCountMismatchSoloError

CodeSOLO-4041
CategoryValidation
OwnershipUser
RetryableNo

Description

Thrown when the number of admin public keys provided does not match the number of consensus nodes; the message reports both counts. solo expects one DER-encoded ED25519 public key per node, so this means the supplied comma-separated list is the wrong length — provide exactly one key per node.

Troubleshooting Steps

  1. Provide exactly comma-separated DER encoded ED25519 public keys, one for each consensus node
  2. Run solo consensus network deploy –help for usage information