Split window into two modules

This commit is contained in:
Greg Fitzgerald
2018-09-07 16:00:26 -06:00
parent 5025d89c88
commit 7f669094de
4 changed files with 593 additions and 560 deletions

View File

@@ -57,6 +57,7 @@ pub mod tvu;
pub mod vote_stage;
pub mod wallet;
pub mod window;
pub mod window_service;
pub mod write_stage;
extern crate bincode;
extern crate bs58;