diff --git a/node/src/service.rs b/node/src/service.rs index ebcd9fb27..d714dc422 100644 --- a/node/src/service.rs +++ b/node/src/service.rs @@ -22,11 +22,6 @@ use polka_storage_runtime::{ apis::RuntimeApi, opaque::{Block, Hash}, }; -// Local Runtime Types -use polka_storage_runtime::{ - apis::RuntimeApi, - opaque::{Block, Hash}, -}; use sc_client_api::Backend; use sc_consensus::ImportQueue; use sc_executor::{HeapAllocStrategy, WasmExecutor, DEFAULT_HEAP_ALLOC_STRATEGY};