mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 12:41:07 +00:00
Remove TODO comment about unboxing state_machine error
This commit is contained in:
@@ -148,7 +148,6 @@ error_chain! {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO [ToDr] Temporary, state_machine::Error should be a regular error not Box.
|
|
||||||
impl From<Box<state_machine::Error>> for Error {
|
impl From<Box<state_machine::Error>> for Error {
|
||||||
fn from(e: Box<state_machine::Error>) -> Self {
|
fn from(e: Box<state_machine::Error>) -> Self {
|
||||||
ErrorKind::Execution(e).into()
|
ErrorKind::Execution(e).into()
|
||||||
|
|||||||
Reference in New Issue
Block a user