Files
bft-crdt-experiment/side-node/src/init.rs

4 lines
64 B
Rust
Raw Normal View History

2024-05-29 16:47:35 +01:00
pub(crate) fn init() {
println!("Initializing Side Node")
}