Moved all the bft_crdt stuff into its own module
This commit is contained in:
@@ -3,7 +3,7 @@ use bft_json_crdt::json_crdt::{BaseCrdt, SignedOp};
|
||||
use fastcrypto::ed25519::Ed25519KeyPair;
|
||||
use tokio::sync::mpsc;
|
||||
|
||||
use crate::{clients::websocket::Client, crdt::TransactionList, utils};
|
||||
use crate::{bft_crdt::TransactionList, clients::websocket::Client, utils};
|
||||
|
||||
pub struct SideNode {
|
||||
crdt: BaseCrdt<TransactionList>,
|
||||
|
||||
Reference in New Issue
Block a user