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, we store the coordinator's private key in plain text in config.toml which could be very dangerous. We want to have a safe connection between commander and the private key.
The current solution in mind is to use the keystore from geth
The text was updated successfully, but these errors were encountered:
Currently, we store the coordinator's private key in plain text in
config.toml
which could be very dangerous. We want to have a safe connection between commander and the private key.The current solution in mind is to use the keystore from
geth
The text was updated successfully, but these errors were encountered: