Files
bft-crdt-experiment/side-node/src/clients/btc_rpc.rs

4 lines
63 B
Rust
Raw Normal View History

2024-06-21 16:34:53 +01:00
pub fn run(name: &str) {
println!("running btc_rpc...");
}