Generating a new wallet with mnemonic works nicely

This commit is contained in:
Dave Hrycyszyn
2024-06-21 18:18:52 +01:00
parent d0f75d443b
commit d6c118ca3b
3 changed files with 40 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ pub async fn run() {
node.start().await;
}
Some(Commands::Btc {}) => {
let _ = clients::btc_rpc::run().await;
let _ = clients::btc_other_rpc::run().await;
}
None => println!("No command provided. Exiting. See --help for more information."),
}