add new dev spec

This commit is contained in:
keorn
2016-11-11 17:27:20 +00:00
parent e63b7e51fb
commit 53258cca6c
3 changed files with 5 additions and 2 deletions

View File

@@ -279,7 +279,7 @@ impl Spec {
pub fn new_null() -> Spec { load_bundled!("null") }
/// Create a new Spec with InstantSeal consensus which does internal sealing (not requiring work).
pub fn new_test_instant() -> Spec { load_bundled!("instant_seal") }
pub fn new_instant() -> Spec { load_bundled!("instant_seal") }
/// Create a new Olympic chain spec.
pub fn new_ethereum_olympic() -> Spec { load_bundled!("ethereum/olympic") }