Ok the bdk looks like a far better bet!

This commit is contained in:
Dave Hrycyszyn
2024-06-21 17:00:01 +01:00
parent 933fea76df
commit ac6473bb1b
5 changed files with 952 additions and 42 deletions

View File

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