feat: integrate node primitives in engine handler (#12914)

This commit is contained in:
Matthias Seitz
2024-11-27 19:23:57 +01:00
committed by GitHub
parent 2700db1258
commit 00c5b69af4
4 changed files with 23 additions and 10 deletions

View File

@ -91,7 +91,7 @@ where
let canonical_in_memory_state = blockchain_db.canonical_in_memory_state();
let (to_tree_tx, from_tree) = EngineApiTreeHandler::spawn_new(
let (to_tree_tx, from_tree) = EngineApiTreeHandler::<N::Primitives, _, _, _, _>::spawn_new(
blockchain_db.clone(),
executor_factory,
consensus,