diff --git a/ethcore/src/ethereum/mod.rs b/ethcore/src/ethereum/mod.rs index 678af5c62..4aab4b71f 100644 --- a/ethcore/src/ethereum/mod.rs +++ b/ethcore/src/ethereum/mod.rs @@ -81,7 +81,7 @@ pub fn new_easthub<'a, T: Into>>(params: T) -> Spec { load(params.into(), include_bytes!("../../res/ethereum/easthub.json")) } -/// Create a new Ethereum Social mainnet chain spec ¯\_(ツ)_/¯ . +/// Create a new Ethereum Social mainnet chain spec. pub fn new_social<'a, T: Into>>(params: T) -> Spec { load(params.into(), include_bytes!("../../res/ethereum/social.json")) }