SOLO-4041
AdminKeysCountMismatchSoloError — Validation
AdminKeysCountMismatchSoloError
| Code | SOLO-4041 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
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
- Provide exactly
comma-separated DER encoded ED25519 public keys, one for each consensus node - Run solo consensus network deploy –help for usage information