Defer construction valid_jump_destinations.

This commit is contained in:
Tomasz Drwięga
2017-06-29 17:43:34 +02:00
parent 826bf28196
commit 465c7eeaa2
2 changed files with 7 additions and 3 deletions

View File

@@ -133,7 +133,7 @@ impl Args {
spec::Spec::load(file)?
},
None => {
spec::Spec::new_instant()
ethcore::ethereum::new_foundation()
},
})
}