Removed unused client directory

This commit is contained in:
Dave Hrycyszyn
2024-06-25 13:54:55 +01:00
parent a1e62ebb51
commit 3cbde1262e
2 changed files with 0 additions and 3 deletions

View File

@@ -1 +0,0 @@

View File

@@ -8,8 +8,6 @@ use tokio::{sync::mpsc, task};
pub mod bft_crdt;
pub mod bitcoin;
pub(crate) mod cli;
pub mod clients;
pub(crate) mod init;
pub mod node;
pub(crate) mod stdin;