Added a working btc-rpc client, works with a running local signet node
This commit is contained in:
@@ -31,7 +31,7 @@ pub async fn run() {
|
||||
node.start().await;
|
||||
}
|
||||
Some(Commands::Btc {}) => {
|
||||
println!("BTC command not yet implemented.");
|
||||
clients::btc_rpc::client();
|
||||
}
|
||||
None => println!("No command provided. Exiting. See --help for more information."),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user