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 3e50667 commit bfd146eCopy full SHA for bfd146e
sugondat-shim/src/cli.rs
@@ -46,6 +46,8 @@ pub struct Cli {
46
pub struct KeyManagementParams {
47
/// Use the Alice development key to sign blob transactions.
48
///
49
+ /// This key is enabled when running sugondat-node in the local development mode.
50
+ ///
51
/// Cannot be used in conjunction with the `--submit-private-key` flag.
52
#[arg(long)]
53
pub submit_dev_alice: bool,
0 commit comments