We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cf936 commit 8f29ca1Copy full SHA for 8f29ca1
cli/src/commands/misc.rs
@@ -65,7 +65,8 @@ impl MinaKeyPair {
65
/// Generate a new Mina key pair and save it as an encrypted JSON file
66
///
67
/// This command generates a new random Mina key pair (or uses a provided secret key)
68
-/// and saves it to an encrypted JSON file format compatible with the Mina protocol.
+/// and saves it to an encrypted JSON file format compatible with key generation
69
+/// from the OCaml implementation.
70
/// The encrypted file can be used as a producer key for block production.
71
72
/// This command replicates the secret box functionality from `src/lib/secret_box`
0 commit comments