Starting to format out BFT-CRDTs.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
use bft_json_crdt::keypair::make_keypair;
|
||||
use cli::{parse_args, Commands};
|
||||
|
||||
pub(crate) mod cli;
|
||||
@@ -14,8 +13,7 @@ async fn main() {
|
||||
init::init();
|
||||
}
|
||||
Some(Commands::Run {}) => {
|
||||
let keys = make_keypair();
|
||||
websocket::start(keys).await.unwrap();
|
||||
websocket::start().await.unwrap();
|
||||
}
|
||||
None => println!("No command provided. Exiting. See --help for more information."),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user