Remove unused function new_pow_test_spec (#8735)

This commit is contained in:
Wei Tang 2018-05-31 15:06:22 +08:00 committed by GitHub
parent 93054ef24b
commit 686bf443e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -923,11 +923,6 @@ impl Spec {
pub fn new_validator_multi() -> Self {
load_bundled!("validator_multi")
}
/// Create a new spec for a PoW chain
pub fn new_pow_test_spec() -> Self {
load_bundled!("ethereum/olympic")
}
}
#[cfg(test)]