Fixups from review.

Reduce size of default extra-data.
Introduce find_uncle_headers.
This commit is contained in:
Gav Wood
2016-03-01 19:59:12 +01:00
parent f2eae8bc50
commit 140711dd8a
5 changed files with 18 additions and 9 deletions

View File

@@ -455,7 +455,7 @@ mod tests {
match duplicate_import {
Err(e) => {
match e {
ImportError::AlreadyQueued => {},
Error::Import(ImportError::AlreadyQueued) => {},
_ => { panic!("must return AlreadyQueued error"); }
}
}