Added a node name to init so we can run multiple nodes with stable identifiers
This commit is contained in:
@@ -21,5 +21,5 @@ pub(crate) enum Commands {
|
||||
Run {},
|
||||
|
||||
/// initializes the Side Node with a new keypair
|
||||
Init {},
|
||||
Init { name: String },
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user