Added a node name to init so we can run multiple nodes with stable identifiers

This commit is contained in:
Dave Hrycyszyn
2024-06-06 16:02:00 +01:00
parent 1e1f452cff
commit c05cc7b15c
5 changed files with 8 additions and 7 deletions

View File

@@ -21,5 +21,5 @@ pub(crate) enum Commands {
Run {},
/// initializes the Side Node with a new keypair
Init {},
Init { name: String },
}