diff --git a/substrate/core/client/src/error.rs b/substrate/core/client/src/error.rs index fe823cd178..f8ac292c25 100644 --- a/substrate/core/client/src/error.rs +++ b/substrate/core/client/src/error.rs @@ -148,7 +148,6 @@ error_chain! { } } -// TODO [ToDr] Temporary, state_machine::Error should be a regular error not Box. impl From> for Error { fn from(e: Box) -> Self { ErrorKind::Execution(e).into()