Esplora client now working with persisted mnemonics

This commit is contained in:
Dave Hrycyszyn
2024-06-24 18:41:55 +01:00
parent 117915bded
commit a516de4bcb
4 changed files with 55 additions and 37 deletions

View File

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