Move window dependencies out of streamer

No tests!?
This commit is contained in:
Greg Fitzgerald
2018-08-09 12:54:23 -06:00
parent 3e9c463ff1
commit a09d2e252a
5 changed files with 237 additions and 215 deletions

View File

@@ -1,6 +1,7 @@
//! The `fullnode` module hosts all the fullnode microservices.
use bank::Bank;
use broadcaster;
use crdt::{Crdt, NodeInfo, TestNode};
use entry::Entry;
use ledger::{read_ledger, Block};
@@ -244,7 +245,7 @@ impl FullNode {
).expect("Ncp::new");
thread_hdls.extend(ncp.thread_hdls());
let t_broadcast = streamer::broadcaster(
let t_broadcast = broadcaster::broadcaster(
node.sockets.broadcast,
crdt,
window,