Writing pem files to home directory

This commit is contained in:
Dave Hrycyszyn
2024-06-06 14:39:50 +01:00
parent aa3035f3f9
commit 16fe760e10
4 changed files with 67 additions and 15 deletions

View File

@@ -11,7 +11,7 @@ async fn main() {
match &args.command {
Some(Commands::Init {}) => {
init::init();
let _ = init::init();
}
Some(Commands::Run {}) => {
let (mut bft_crdt, keys) = list_transaction_crdt::new();