add missing space to TrieError description
This commit is contained in:
parent
5e61f3493e
commit
8ecdab68c2
@ -90,7 +90,7 @@ impl error::Error for TrieError {
|
||||
fn description(&self) -> &str {
|
||||
match *self {
|
||||
TrieError::InvalidStateRoot(_) => "Invalid state root",
|
||||
TrieError::IncompleteDatabase(_) => "IncompleteDatabase",
|
||||
TrieError::IncompleteDatabase(_) => "Incomplete database",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user