Moved all the bft_crdt stuff into its own module
This commit is contained in:
@@ -3,7 +3,7 @@ use bft_json_crdt::{
|
||||
keypair::make_keypair,
|
||||
};
|
||||
use side_node::{
|
||||
bitcoin, clients::websocket::Client, crdt::TransactionList, node::SideNode, utils,
|
||||
bft_crdt::TransactionList, bitcoin, clients::websocket::Client, node::SideNode, utils,
|
||||
};
|
||||
use tokio::sync::mpsc;
|
||||
|
||||
@@ -35,7 +35,7 @@ async fn test_distribute_via_websockets() {
|
||||
|
||||
/// Wire everything up, ignoring things we are not using in the test
|
||||
async fn setup(_: &str) -> SideNode {
|
||||
// First, load up the keys and create a bft-crdt
|
||||
// First, load up the keys and create a bft-bft-crdt
|
||||
let bft_crdt_keys = make_keypair();
|
||||
let mnemonic_words = bitcoin::keys::make_mnemonic();
|
||||
let keys = bitcoin::keys::get(mnemonic_words).unwrap();
|
||||
|
||||
Reference in New Issue
Block a user