Bit of cleanup after all the excitement

This commit is contained in:
Dave Hrycyszyn
2024-06-24 16:43:17 +01:00
parent d59fa78cd7
commit 5c03a77e56
5 changed files with 12 additions and 51 deletions

View File

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