Merge branch 'master' of https://github.com/gavofyork/ethcore into evm

This commit is contained in:
debris
2016-01-09 01:41:10 +01:00
16 changed files with 27437 additions and 88 deletions

View File

@@ -234,7 +234,7 @@ mod tests {
impl TestEngine {
fn new() -> Self {
TestEngine {
spec: Spec::frontier()
spec: Spec::new_like_frontier()
}
}
}

View File

@@ -350,7 +350,7 @@ mod tests {
impl TestEngine {
fn new() -> Self {
TestEngine {
spec: Spec::frontier()
spec: Spec::new_like_frontier()
}
}
}