Service::Error: Storage variant removed (#13481)

This commit is contained in:
Michal Kucharczyk
2023-02-28 00:10:34 +01:00
committed by GitHub
parent a1c546e9aa
commit b5e7fbfb58
2 changed files with 2 additions and 4 deletions
-3
View File
@@ -48,9 +48,6 @@ pub enum Error {
#[error(transparent)]
Telemetry(#[from] sc_telemetry::Error),
#[error(transparent)]
Storage(#[from] sc_storage_monitor::Error),
#[error("Best chain selection strategy (SelectChain) is not provided.")]
SelectChainRequired,