Move src/wallet.rs into wallet/ crate

This commit is contained in:
Michael Vines
2018-12-14 10:46:58 -08:00
parent a22e1199cf
commit d45fcc4381
5 changed files with 16 additions and 22 deletions

View File

@@ -71,7 +71,6 @@ pub mod tpu;
pub mod tpu_forwarder;
pub mod tvu;
pub mod vote_stage;
pub mod wallet;
pub mod window;
pub mod window_service;