Skip to content

Commit 8f29ca1

Browse files
committed
CLI/misc: change wording
1 parent 46cf936 commit 8f29ca1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cli/src/commands/misc.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ impl MinaKeyPair {
6565
/// Generate a new Mina key pair and save it as an encrypted JSON file
6666
///
6767
/// 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.
68+
/// and saves it to an encrypted JSON file format compatible with key generation
69+
/// from the OCaml implementation.
6970
/// The encrypted file can be used as a producer key for block production.
7071
///
7172
/// This command replicates the secret box functionality from `src/lib/secret_box`

0 commit comments

Comments
 (0)