Move validation processor to its own module

This commit is contained in:
Greg Fitzgerald
2018-05-12 00:31:32 -06:00
parent b4ca414492
commit 7ab3331f01
4 changed files with 410 additions and 360 deletions

View File

@ -25,6 +25,7 @@ pub mod thin_client_service;
pub mod timing;
pub mod tpu;
pub mod transaction;
pub mod tvu;
extern crate bincode;
extern crate byteorder;
extern crate chrono;