missing Error case
This commit is contained in:
parent
be2b041ee4
commit
9220e0c49f
@ -13,6 +13,7 @@ pub enum EthcoreError {
|
|||||||
FromHex(FromHexError),
|
FromHex(FromHexError),
|
||||||
BaseData(BaseDataError),
|
BaseData(BaseDataError),
|
||||||
BadSize,
|
BadSize,
|
||||||
|
UnknownName
|
||||||
}
|
}
|
||||||
|
|
||||||
impl From<FromHexError> for EthcoreError {
|
impl From<FromHexError> for EthcoreError {
|
||||||
|
Loading…
Reference in New Issue
Block a user