mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
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:
@@ -22,7 +22,6 @@ mod validators;
|
||||
mod tendermint;
|
||||
pub use tendermint::TendermintAuthority;
|
||||
mod block_import;
|
||||
mod verifier;
|
||||
|
||||
mod import_queue;
|
||||
use import_queue::TendermintImportQueue;
|
||||
|
||||
Reference in New Issue
Block a user