Starting to write config file
This commit is contained in:
@@ -11,7 +11,11 @@ async fn main() {
|
||||
|
||||
match &args.command {
|
||||
Some(Commands::Init {}) => {
|
||||
let _ = init::init(home());
|
||||
let config = init::config::SideNodeConfig {
|
||||
name: "alice".to_string(),
|
||||
};
|
||||
|
||||
let _ = init::init(home(), config);
|
||||
}
|
||||
Some(Commands::Run {}) => {
|
||||
let (mut bft_crdt, keys) = list_transaction_crdt::new();
|
||||
|
||||
Reference in New Issue
Block a user