You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keyring backend can be configured though the validator's client option, it seems redundant so it might be an issue from in the config refactor. See chain.go.
Currently, we have validator.keyring-backend and validator.client.keying-backend. Both serve the same purpose and we should probably remove validator.keyring-backend.
cli/ignite/chainconfig/v1/validator.go
Line 28 in 36974ff
Currently, we have
validator.keyring-backend
andvalidator.client.keying-backend
. Both serve the same purpose and we should probably removevalidator.keyring-backend
.Context: #3042
The text was updated successfully, but these errors were encountered: