Merge Verifier into block_import.rs

These two files were largely the same, just hooking into sync structs 
with almost identical imports. As this project shapes up, removing dead 
weight is appreciated.
This commit is contained in:
Luke Parker
2022-10-30 06:30:44 -04:00
parent f37adf4feb
commit 066bc40a88
3 changed files with 16 additions and 25 deletions

View File

@@ -22,7 +22,6 @@ mod validators;
mod tendermint;
pub use tendermint::TendermintAuthority;
mod block_import;
mod verifier;
mod import_queue;
use import_queue::TendermintImportQueue;