Move winow into its own module

This commit is contained in:
Greg Fitzgerald
2018-08-09 13:31:34 -06:00
parent 6a8a494f5d
commit 2727067b94
13 changed files with 854 additions and 761 deletions

View File

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