Noting purpose of side-node/init

This commit is contained in:
Dave Hrycyszyn
2024-06-05 19:52:04 +01:00
parent 1cc1119883
commit b30203b91e

View File

@@ -1,3 +1,5 @@
/// 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.
pub(crate) fn init() { pub(crate) fn init() {
println!("Initializing Side Node") println!("Initializing Side Node")
} }