Remove multinode test dependency on Fullnode internals

This commit is contained in:
Michael Vines
2019-02-06 20:07:12 -08:00
parent abb9a72b27
commit c87e035302
2 changed files with 13 additions and 21 deletions

View File

@ -102,7 +102,7 @@ pub struct Fullnode {
tpu_sockets: Vec<UdpSocket>,
broadcast_socket: UdpSocket,
node_services: NodeServices,
pub role_notifiers: (TvuRotationReceiver, TpuRotationReceiver),
role_notifiers: (TvuRotationReceiver, TpuRotationReceiver),
blob_sender: BlobSender,
}