-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
invalid key: expected only one key in keyring #687
Comments
Is it possible you have multiple consensus keys configured for the same chain? |
cleaned up all asymmetric-keys then tried:
|
Cool, yeah it's not a great error message but otherwise it seems like that was the problem? |
and
from where the only assymetric key present in the YubiHSM was imported. on the node side,
pls ignore that the top snippet is on block 4135054 and the bottom on 4135053+. the errors were consistent. |
Okay, well that seems unrelated to this issue which I noticed duplicates #500. If you're still having trouble, can you open a new issue? Thanks! |
On 0.12.2, keys successfully imported using
tmkms yubihsm keys import -i 4 -l "label" -t json secrets/priv_validator_key.json
do not work at signing time, giving this error:
"invalid key: expected only one key in keyring"
All previously imported keys work/sign fine. In
keys list
, the ones that are hex strings are the newly imported ones (0004 & 0009), which do not work:The text was updated successfully, but these errors were encountered: