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
Currently all validator keys are generated on the fly using random. This makes it so that no usable private key is available with rocksdb when the node is restarted.
Currently all validator keys are generated on the fly using
random. This makes it so that no usable private key is available with rocksdb when the node is restarted.