From 82d014cf35951da2ff7c50fc6c7620df1d59b2d9 Mon Sep 17 00:00:00 2001 From: Stanislav Tkach Date: Thu, 24 Jan 2019 16:38:24 +0200 Subject: [PATCH] Remove TODO comment about unboxing state_machine error --- substrate/core/client/src/error.rs | 1 - 1 file changed, 1 deletion(-) 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()