Moved the websocket client into bft_crdt module
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
use bft_crdt::websocket;
|
||||
use bft_crdt::TransactionList;
|
||||
use bft_json_crdt::json_crdt::{BaseCrdt, SignedOp};
|
||||
use cli::{parse_args, Commands};
|
||||
use clients::websocket;
|
||||
use node::SideNode;
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user