Smoothing out the cli output a bit

This commit is contained in:
Dave Hrycyszyn
2024-05-29 16:47:35 +01:00
parent dcb14801da
commit f6b5825cea
3 changed files with 9 additions and 3 deletions

3
side-node/src/init.rs Normal file
View File

@@ -0,0 +1,3 @@
pub(crate) fn init() {
println!("Initializing Side Node")
}