update Signature and ipc usage
This commit is contained in:
@@ -366,9 +366,10 @@ impl From<SnapshotError> for Error {
|
||||
|
||||
impl From<EngineError> for Error {
|
||||
fn from(err: EngineError) -> Error {
|
||||
match err {
|
||||
other => Error::Engine(other),
|
||||
}
|
||||
Error::Engine(err)
|
||||
}
|
||||
}
|
||||
|
||||
impl From<EthkeyError> for Error {
|
||||
fn from(err: EthkeyError) -> Error {
|
||||
Error::Ethkey(err)
|
||||
|
||||
Reference in New Issue
Block a user