WIP commit with rustbitcoin-rpc, which is deeply unpleasant and unfinished

This commit is contained in:
Dave Hrycyszyn
2024-06-21 16:26:43 +01:00
parent c5a6aeb067
commit 14f24c6d34
5 changed files with 102 additions and 13 deletions

View File

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