Restructure of validator client service and block producer

This commit is contained in:
Age Manning
2019-03-29 17:28:07 +11:00
parent eea772de3e
commit 9cdb7bb716
8 changed files with 131 additions and 152 deletions

View File

@@ -1,5 +1,5 @@
mod attester_service;
mod block_producer_service;
mod block_producer;
mod config;
mod duties;
pub mod error;