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

6 lines
216 B
Rust
Raw Normal View History

2024-06-05 19:52:04 +01:00
/// TODO: Eventually this will set up persistent keys on disk, as well
/// as some configuration options for the Side Node, editable via a config file.
2024-05-29 16:47:35 +01:00
pub(crate) fn init() {
println!("Initializing Side Node")
}