Skip to content

Commit bfd146e

Browse files
committed
shim/cli: clarify the comment
1 parent 3e50667 commit bfd146e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sugondat-shim/src/cli.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ pub struct Cli {
4646
pub struct KeyManagementParams {
4747
/// Use the Alice development key to sign blob transactions.
4848
///
49+
/// This key is enabled when running sugondat-node in the local development mode.
50+
///
4951
/// Cannot be used in conjunction with the `--submit-private-key` flag.
5052
#[arg(long)]
5153
pub submit_dev_alice: bool,

0 commit comments

Comments
 (0)