Moved the websocket client into bft_crdt module
This commit is contained in:
@@ -3,7 +3,7 @@ use bft_json_crdt::{
|
||||
keypair::make_keypair,
|
||||
};
|
||||
use side_node::{
|
||||
bft_crdt::TransactionList, bitcoin, clients::websocket::Client, node::SideNode, utils,
|
||||
bft_crdt::websocket::Client, bft_crdt::TransactionList, bitcoin, node::SideNode, utils,
|
||||
};
|
||||
use tokio::sync::mpsc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user