Moved the websocket client into bft_crdt module

This commit is contained in:
Dave Hrycyszyn
2024-06-25 13:54:10 +01:00
parent e6a4fe0fd6
commit a1e62ebb51
6 changed files with 6 additions and 4 deletions

View File

@@ -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;