mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-11 13:39:25 +00:00
Initial work on an import queue
This commit is contained in:
@@ -9,7 +9,10 @@ use sc_service::TaskManager;
|
||||
use serai_runtime::{self, opaque::Block, RuntimeApi};
|
||||
|
||||
mod algorithm;
|
||||
mod tendermint;
|
||||
|
||||
mod signature_scheme;
|
||||
mod import;
|
||||
//mod tendermint;
|
||||
|
||||
pub struct ExecutorDispatch;
|
||||
impl sc_executor::NativeExecutionDispatch for ExecutorDispatch {
|
||||
|
||||
Reference in New Issue
Block a user