Correct justication import pipeline

Removes JustificationImport as it should never be used.
This commit is contained in:
Luke Parker
2022-10-22 06:24:39 -04:00
parent 4206ed3b18
commit dee6993ac8
4 changed files with 13 additions and 81 deletions

View File

@@ -15,7 +15,6 @@ mod weights;
mod tendermint;
mod block_import;
mod justification_import;
mod verifier;
mod import_queue;